Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsewhere committed Dec 17, 2024
1 parent 11c84b1 commit 98a0448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
version="0.0.0",
packages=find_packages(),
install_requires=reqs,
)
)
2 changes: 1 addition & 1 deletion tests/test_package.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def test_package_import():
import package_name # noqa: F401
import package_name # noqa: F401

0 comments on commit 98a0448

Please sign in to comment.