File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments