Skip to content

Commit 9d4af05

Browse files
committed
👹 Feed the hobgoblins (delint).
1 parent cc5d9cb commit 9d4af05

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

‎importlib_resources/tests/test_files.py‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@ def _compile_importlib(self):
163163
sources = pathlib.Path(resources.__file__).parent
164164

165165
for source_path in sources.glob('**/*.py'):
166-
c_path = c_resources.joinpath(source_path.relative_to(sources)).with_suffix('.pyc')
166+
c_path = c_resources.joinpath(source_path.relative_to(sources)).with_suffix(
167+
'.pyc'
168+
)
167169
py_compile.compile(source_path, c_path)
168170
self.fixtures.enter_context(import_helper.DirsOnSysPath(bin_site))
169171

0 commit comments

Comments
 (0)