Skip to content

Commit ddf5078

Browse files
committed
Fix lint on PY2
1 parent 46c47ab commit ddf5078

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python2/test_typing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ def test_repr(self):
261261
u = Union[List[int], int]
262262
self.assertEqual(repr(u), 'typing.Union[typing.List[int], int]')
263263

264-
265264
def test_cannot_subclass(self):
266265
with self.assertRaises(TypeError):
267266
class C(Union):

0 commit comments

Comments
 (0)