mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 11:51:28 +08:00
Fixing flake8 W errors
This commit is contained in:
@@ -59,4 +59,3 @@ if sys.version_info >= (3, 2):
|
||||
strict: Optional[bool]) -> None: ...
|
||||
def parse(self, fp: BinaryIO, headersonly: bool = ...) -> Message: ...
|
||||
def parsestr(self, text: str, headersonly: bool = ...) -> Message: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user