Skip to content

Commit 88a658b

Browse files
committed
Fix lint on PY2
1 parent cfb31b5 commit 88a658b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python2/test_typing.py

-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ def test_repr(self):
257257
u = Union[List[int], int]
258258
self.assertEqual(repr(u), 'typing.Union[typing.List[int], int]')
259259

260-
261260
def test_cannot_subclass(self):
262261
with self.assertRaises(TypeError):
263262
class C(Union):

0 commit comments

Comments
 (0)