We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601a0b4 commit dd34e57Copy full SHA for dd34e57
yapypy/extended_python/pycompat.py
@@ -22,8 +22,6 @@ def find_spec(cls, fullname: str, paths, target=None):
22
paths, str,
23
) else sys.path
24
25
- paths.append(Path('test').abs())
26
-
27
if is_debug:
28
print(f'Searching module {fullname} from {paths[:5]}...')
29
return find_yapypy_module_spec(fullname, paths)
0 commit comments