Skip to content

Commit f6e2fb0

Browse files
authored
Silence flake8
1 parent b59461b commit f6e2fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typing_extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ class Writer(Protocol[T_contra]):
881881

882882
@abc.abstractmethod
883883
def write(self, data: T_contra, /) -> int:
884-
"""Write *data* to the output stream and return the number of items written."""
884+
"""Write *data* to the output stream and return the number of items written.""" # noqa: E501
885885

886886

887887
_NEEDS_SINGLETONMETA = (

0 commit comments

Comments
 (0)