Browse Source

Remove unnecessary `import functools`

pull/8/head
Jeza 11 months ago
parent
commit
bfd929bac8
1 changed files with 0 additions and 1 deletions
  1. +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


Loading…
Cancel
Save