Skip to content

Commit

Permalink
Linting tweak to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Oct 2, 2020
1 parent 5526b29 commit 43aea5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion library/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ def smbus():
sys.modules["smbus"] = smbus
yield smbus
del sys.modules["smbus"]

1 change: 0 additions & 1 deletion library/tests/test_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ def test_setup(smbus):

gps = pa1010d.PA1010D()
del gps

0 comments on commit 43aea5d

Please sign in to comment.