mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Fixing flake8 W errors
This commit is contained in:
@@ -54,4 +54,3 @@ class Task(Future[_T], Generic[_T]):
|
||||
def cancel(self) -> bool: ...
|
||||
def _step(self, value: Any = ..., exc: Exception = ...) -> None: ...
|
||||
def _wakeup(self, future: Future[Any]) -> None: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user