Skip to content
Merged
Prev Previous commit
Next Next commit
remove extra import
  • Loading branch information
swathipil committed Feb 20, 2024
commit 37815c5073ec53525c70f79ff9514b97ce204308
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
This module is the requests implementation of Pipeline ABC
"""
from __future__ import annotations
from typing import Dict, Any, Optional, cast, TypeVar, TYPE_CHECKING
from typing import Dict, Any, Optional, cast, TYPE_CHECKING
import logging
import time

Expand Down