Skip to content

Commit ec2bab2

Browse files
committed
formatting
1 parent 57c7ed3 commit ec2bab2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

basedtyping/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ class _ReifiedGenericMetaclass(type, Generic[T]):
127127
"""Used internally for ``isinstance`` and ``issubclass`` checks, ``True`` when the class can currenty be used in said checks without generics in them"""
128128

129129
def _orig_class(cls) -> _ReifiedGenericMetaclass[T]:
130-
"""Gets the original class that ``ReifiedGeneric.__class_getitem__`` copied from"""
130+
"""Gets the original class that ``ReifiedGeneric.__class_getitem__`` copied from
131+
"""
131132
result = cls.__bases__[0]
132133
if result is ReifiedGeneric:
133134
return cls

0 commit comments

Comments
 (0)