Skip to content

Commit

Permalink
Remove creating an instance B()
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasreddy committed Jan 21, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0eaefef commit 3edb9b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/test_warnings/__init__.py
Original file line number Diff line number Diff line change
@@ -1838,7 +1838,6 @@ def __init_subclass__(self, **kwargs):
pass
class B(A):
pass
b = B()
"""
def setUp(self):
self.module = types.ModuleType("testmodule")

0 comments on commit 3edb9b1

Please sign in to comment.