Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 66ff01f

Browse files
committed
Remove old-school inheritance
1 parent 6703bb4 commit 66ff01f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/support/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2063,7 +2063,7 @@ def cleanup():
20632063
setattr(object_to_patch, attr_name, new_value)
20642064

20652065

2066-
class SuppressCoreFiles(object):
2066+
class SuppressCoreFiles:
20672067

20682068
"""Try to prevent core files from being created."""
20692069
old_limit = None

0 commit comments

Comments
 (0)