summaryrefslogtreecommitdiff
path: root/src/urllib3/_collections.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/urllib3/_collections.py')
-rw-r--r--src/urllib3/_collections.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/urllib3/_collections.py b/src/urllib3/_collections.py
index ec81768c..3e43afbc 100644
--- a/src/urllib3/_collections.py
+++ b/src/urllib3/_collections.py
@@ -6,7 +6,6 @@ from enum import Enum, auto
from threading import RLock
if typing.TYPE_CHECKING:
-
# We can only import Protocol if TYPE_CHECKING because it's a development
# dependency, and is not available at runtime.
from typing_extensions import Protocol