mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-15 19:18:55 +08:00
Fixing flake8 W errors
This commit is contained in:
@@ -28,4 +28,4 @@ class HTMLParser(ParserBase):
|
||||
class HTMLParseError(Exception):
|
||||
msg = ... # type: str
|
||||
lineno = ... # type: int
|
||||
offset = ... # type: int
|
||||
offset = ... # type: int
|
||||
|
||||
Reference in New Issue
Block a user