Skip to content

Commit bc7cd34

Browse files
committed
+lint
1 parent 408a061 commit bc7cd34

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Lib/test/test_capi/test_complex.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from math import isnan
22
import errno
33
import unittest
4-
import warnings
54

65
from test.test_capi.test_getargs import (BadComplex, BadComplex2, Complex,
76
FloatSubclass, Float, BadFloat,

Lib/test/test_capi/test_float.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import random
33
import sys
44
import unittest
5-
import warnings
65

76
from test.test_capi.test_getargs import (Float, FloatSubclass, FloatSubclass2,
87
BadIndex2, BadFloat2, Index, BadIndex,

0 commit comments

Comments
 (0)