diff --git a/library/tests/conftest.py b/library/tests/conftest.py index 7f97043..8e1cb33 100644 --- a/library/tests/conftest.py +++ b/library/tests/conftest.py @@ -9,4 +9,3 @@ def smbus(): sys.modules["smbus"] = smbus yield smbus del sys.modules["smbus"] - diff --git a/library/tests/test_setup.py b/library/tests/test_setup.py index 8a434ce..37d3029 100644 --- a/library/tests/test_setup.py +++ b/library/tests/test_setup.py @@ -3,4 +3,3 @@ def test_setup(smbus): gps = pa1010d.PA1010D() del gps -