Skip to content

Commit 7f000b1

Browse files
committed
removed empty line
1 parent 24c5602 commit 7f000b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test_typing_extensions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5025,7 +5025,6 @@ def test_nested_annotated_with_unhashable_metadata(self):
50255025
self.assertEqual(X.__metadata__, ("metadata",))
50265026

50275027

5028-
50295028
class GetTypeHintsTests(BaseTestCase):
50305029
def test_get_type_hints(self):
50315030
def foobar(x: List['X']): ...

0 commit comments

Comments
 (0)