Skip to content

Commit ae5e0e8

Browse files
committed
Make linter happy
1 parent 6950f75 commit ae5e0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10777,7 +10777,7 @@ def test_callable_alias_preserves_subclass(self):
1077710777
C = Callable[[str, ForwardRef("int")], int]
1077810778
class A:
1077910779
c: C
10780-
10780+
1078110781
hints = get_type_hints(A)
1078210782

1078310783
# Ensure evaluated type retains the correct class

0 commit comments

Comments
 (0)