8000 +1 · python/cpython@11bdd43 · GitHub
[go: up one dir, main page]

Skip to content

Commit 11bdd43

Browse files
committed
+1
1 parent 6096452 commit 11bdd43

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Lib/test/test_ctypes/test_numbers.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
from ctypes import *
22
import unittest
33
import struct
4-
from test.support.testcase import ComplexesAreIdenticalMixin
5-
64

75
def valid_ranges(*types):
86
# given a sequence of numeric types, collect their _type_
@@ -52,7 +50,7 @@ def valid_ranges(*types):
5250

5351
################################################################
5452

55-
class NumberTestCase(unittest.TestCase, ComplexesAreIdenticalMixin):
53+
class NumberTestCase(unittest.TestCase):
5654

5755
def test_default_init(self):
5856
# default values are set to zero

0 commit comments

Comments
 (0)
0