Skip to content

Commit

Permalink
22.07.16
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenthompson committed Jul 15, 2022
1 parent 53cda5d commit c1b44c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cppimport/import_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def __init__(self):
self._running = False

def find_spec(self, fullname, path, target=None):
print("find_spec", fullname, path, target)
# Prevent re-entry by the underlying importer
if self._running:
return
Expand Down

0 comments on commit c1b44c0

Please sign in to comment.