Skip to content

Commit 96510ad

Browse files
pre-commit-ci[bot]akamat10
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6b92f3d commit 96510ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/checkers/unittest_imports.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_relative_beyond_top_level_four(capsys: CaptureFixture[str]) -> None:
9393
assert errors == ""
9494

9595
def test_wildcard_import_init(self) -> None:
96-
context_file = os.path.join(REGR_DATA,"dummy_wildcard.py")
96+
context_file = os.path.join(REGR_DATA, "dummy_wildcard.py")
9797

9898
with augmented_sys_path([discover_package_path(context_file, [])]):
9999
module = astroid.MANAGER.ast_from_module_name("init_wildcard", context_file)
@@ -103,7 +103,7 @@ def test_wildcard_import_init(self) -> None:
103103
self.checker.visit_importfrom(import_from)
104104

105105
def test_wildcard_import_non_init(self) -> None:
106-
context_file = os.path.join(REGR_DATA,"dummy_wildcard.py")
106+
context_file = os.path.join(REGR_DATA, "dummy_wildcard.py")
107107

108108
with augmented_sys_path([discover_package_path(context_file, [])]):
109109
module = astroid.MANAGER.ast_from_module_name("wildcard", context_file)

0 commit comments

Comments
 (0)