Skip to content
Prev Previous commit
Next Next commit
Change back the class name
  • Loading branch information
LamentXU123 authored Jul 11, 2025
commit 98234f342fc86bc11193c87399f015a829440358
2 changes: 1 addition & 1 deletion Lib/test/test_uuid.py
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ def test_uuid_weakref(self):
self.assertIs(strong, weak())


class TestUUIDCommandLineRunTimeMixin:
class CommandLineRunTime:
Comment thread
LamentXU123 marked this conversation as resolved.
Outdated
def do_test_standalone_uuid(self, version):
stdout = io.StringIO()
with contextlib.redirect_stdout(stdout):
Expand Down
Loading