[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2025-03-16 22:51:24 +00:00
parent 5ed90ea4af
commit db3b44e4ec
2 changed files with 3 additions and 3 deletions

View file

@ -39,8 +39,8 @@ def test_finds_debug_import_from_import():
'q',
'rdb',
'rpdb',
'wdb'
)
'wdb',
),
)
def test_finds_debug_import_when_using_dunder_import(debugger_module):
visitor = DebugStatementParser()