Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3b1f584

Browse files
committed
Avoid noisiness from pylint and the parser's set patterns
1 parentf20e4c4 commit3b1f584

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎html5lib/html5parser.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ def getMetaclass(use_metaclass, metaclass_func):
453453
else:
454454
returntype
455455

456+
# pylint:disable=unused-argument
456457
classPhase(with_metaclass(getMetaclass(debug,log))):
457458
"""Base class for helper object that implements each phase of processing
458459
"""
@@ -2683,6 +2684,7 @@ def startTagOther(self, token):
26832684
defprocessEndTag(self,token):
26842685
self.parser.parseError("expected-eof-but-got-end-tag",
26852686
{"name":token["name"]})
2687+
# pylint:enable=unused-argument
26862688

26872689
return {
26882690
"initial":InitialPhase,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp