diff --git a/Lib/test/test_warnings/__init__.py b/Lib/test/test_warnings/__init__.py index 2d008b66aebcf1..89595a6085d147 100644 --- a/Lib/test/test_warnings/__init__.py +++ b/Lib/test/test_warnings/__init__.py @@ -1838,7 +1838,6 @@ def __init_subclass__(self, **kwargs): pass class B(A): pass -b = B() """ def setUp(self): self.module = types.ModuleType("testmodule")