Skip to content

Commit

Permalink
remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Jul 11, 2024
1 parent 815642e commit a088c97
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pyanalyze/value.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,7 @@ def function(x: int, y: list[int], z: Any):
from pyanalyze.error_code import Error
from pyanalyze.extensions import CustomCheck, ExternalType

from .safe import (
all_of_type,
get_fully_qualified_name,
safe_equals,
safe_isinstance,
safe_issubclass,
)
from .safe import all_of_type, safe_equals, safe_isinstance, safe_issubclass

T = TypeVar("T")
# __builtin__ in Python 2 and builtins in Python 3
Expand Down

0 comments on commit a088c97

Please sign in to comment.