This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
importhook
mirror of
https://github.com/brettlangdon/importhook.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
4
Wiki
Activity
Browse Source
Remove unnecessary `import functools`
pull/8/head
Jeza
11 months ago
parent
5a49181d65
commit
bfd929bac8
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
importhook/__init__.py
+ 0
- 1
importhook/__init__.py
View File
@ -16,7 +16,6 @@ Python module for registering hooks to call when certain modules are imported.
# Import the `socket` module
import
socket
"""
import
functools
import
importlib
import
sys
import
types
Write
Preview
Loading…
Cancel
Save