Skip to content

Commit

Permalink
fix: remove self from backend test
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Oct 3, 2024
1 parent d462b07 commit 004fee1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


# pylint: disable=import-outside-toplevel,unused-import
def test_current_settings_code_imports(self):
def test_current_settings_code_imports():
"""
Running this imports means that our backends import the right signature
"""
Expand Down

0 comments on commit 004fee1

Please sign in to comment.