diff --git a/setup.py b/setup.py index 15a619f..9c23ca1 100644 --- a/setup.py +++ b/setup.py @@ -12,4 +12,4 @@ version="0.0.0", packages=find_packages(), install_requires=reqs, - ) \ No newline at end of file + ) diff --git a/tests/test_package.py b/tests/test_package.py index 90e5561..d3268fb 100644 --- a/tests/test_package.py +++ b/tests/test_package.py @@ -1,2 +1,2 @@ def test_package_import(): - import package_name # noqa: F401 \ No newline at end of file + import package_name # noqa: F401