Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Sep 8, 2024
1 parent 6096452 commit 11bdd43
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Lib/test/test_ctypes/test_numbers.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from ctypes import *
import unittest
import struct
from test.support.testcase import ComplexesAreIdenticalMixin


def valid_ranges(*types):
# given a sequence of numeric types, collect their _type_
Expand Down Expand Up @@ -52,7 +50,7 @@ def valid_ranges(*types):

################################################################

class NumberTestCase(unittest.TestCase, ComplexesAreIdenticalMixin):
class NumberTestCase(unittest.TestCase):

def test_default_init(self):
# default values are set to zero
Expand Down

0 comments on commit 11bdd43

Please sign in to comment.