We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53cda5d commit c1b44c0Copy full SHA for c1b44c0
cppimport/import_hook.py
@@ -12,7 +12,6 @@ def __init__(self):
12
self._running = False
13
14
def find_spec(self, fullname, path, target=None):
15
- print("find_spec", fullname, path, target)
16
# Prevent re-entry by the underlying importer
17
if self._running:
18
return
0 commit comments