mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 21:12:25 +08:00
Fixing flake8 E261 errors
This commit is contained in:
@@ -281,7 +281,7 @@ class TextIO(IO[unicode]):
|
||||
@property
|
||||
def line_buffering(self) -> bool: ...
|
||||
@property
|
||||
def newlines(self) -> Any: ... # None, str or tuple
|
||||
def newlines(self) -> Any: ... # None, str or tuple
|
||||
@abstractmethod
|
||||
def __enter__(self) -> TextIO: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user