Skip to content

Commit 2da0703

Browse files
committed
chore: black
1 parent efa55db commit 2da0703

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fgpyo/util/inspect.py

-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def get_attr_fields_dict(cls: type) -> Dict[str, dataclasses.Field]: # type: ig
7171
if TYPE_CHECKING: # pragma: no cover
7272
from _typeshed import DataclassInstance
7373
else:
74-
7574
# https://github.com/python/typeshed/blob/727f3c4320d2af3af2f16695e24dd78e79b7c070/stdlib/_typeshed/__init__.pyi#L348
7675
# TODO: update the hint to `Field[Any]` when we drop support for 3.8
7776
class DataclassInstance(Protocol):
@@ -81,7 +80,6 @@ class DataclassInstance(Protocol):
8180
if TYPE_CHECKING and _use_attr: # pragma: no cover
8281
from attr import AttrsInstance
8382
else:
84-
8583
# https://github.com/python-attrs/attrs/blob/f7f317ae4c3790f23ae027db626593d50e8a4e88/src/attr/_typing_compat.pyi#L9
8684
class AttrsInstance(Protocol): # type: ignore[no-redef]
8785
__attrs_attrs__: ClassVar[Any]

0 commit comments

Comments
 (0)