Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo-L committed Dec 17, 2024
1 parent f9c18d5 commit 0cb009e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package_name/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def a_function_that_will_break():
assert False
assert False
3 changes: 1 addition & 2 deletions tests/test_package.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
def test_package_import():
import package_name # noqa: F401


def test_failure():
from package_name import a_function_that_will_break

a_function_that_will_break()


0 comments on commit 0cb009e

Please sign in to comment.