Skip to content

Commit 5e79629

Browse files
committed
Added class inheritance from 'object'.
- Legacy-Id: 16238
1 parent c808271 commit 5e79629

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/submit/checkers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from ietf.utils.pipe import pipe
1919
from ietf.utils.test_runner import set_coverage_checking
2020

21-
class DraftSubmissionChecker():
21+
class DraftSubmissionChecker(object):
2222
name = ""
2323

2424
def check_file_txt(self, text):

0 commit comments

Comments
 (0)