Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
🎨 remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarmagpie committed Dec 8, 2021
1 parent 9da56c9 commit d1afaca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pincer/utils/api_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from enum import Enum, EnumMeta
from inspect import getfullargspec
from typing import (
Callable, Dict, Tuple, Union, Generic, TypeVar, Any, TYPE_CHECKING,
Dict, Tuple, Union, Generic, TypeVar, Any, TYPE_CHECKING,
List, get_type_hints, get_origin, get_args
)

Expand All @@ -19,7 +19,6 @@

if TYPE_CHECKING:
from ..client import Client
from ..core.http import HTTPClient

T = TypeVar("T")

Expand Down

0 comments on commit d1afaca

Please sign in to comment.