We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c808271 commit 5e79629Copy full SHA for 5e79629
1 file changed
ietf/submit/checkers.py
@@ -18,7 +18,7 @@
18
from ietf.utils.pipe import pipe
19
from ietf.utils.test_runner import set_coverage_checking
20
21
-class DraftSubmissionChecker():
+class DraftSubmissionChecker(object):
22
name = ""
23
24
def check_file_txt(self, text):
0 commit comments