From bfd929bac81d6985656bfc39fd75f351549a69b8 Mon Sep 17 00:00:00 2001 From: Jeza Date: Sat, 11 Jan 2025 23:56:54 +0800 Subject: [PATCH] Remove unnecessary `import functools` --- importhook/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/importhook/__init__.py b/importhook/__init__.py index 83c5dad..1ffd2a8 100644 --- a/importhook/__init__.py +++ b/importhook/__init__.py @@ -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