Skip to content

Commit d63e3a7

Browse files
authored
Update test_uuid.py
1 parent 73f8de9 commit d63e3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_uuid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ def test_uuid_weakref(self):
11411141
self.assertIs(strong, weak())
11421142

11431143

1144-
class TestUUIDCli(BaseTestUUID, unittest.TestCase):
1144+
class TestUUIDCli(unittest.TestCase):
11451145
uuid = py_uuid
11461146

11471147
def do_test_standalone_uuid(self, version):

0 commit comments

Comments
 (0)