mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-26 03:27:14 +08:00
Upgrade Black and Ruff (#13443)
This commit is contained in:
@@ -7,7 +7,7 @@ from typing_extensions import Self
|
||||
|
||||
from serial import Serial
|
||||
|
||||
_P = TypeVar("_P", bound=Protocol, default="Protocol") # noqa: Y020
|
||||
_P = TypeVar("_P", bound=Protocol, default=Protocol)
|
||||
|
||||
class Protocol:
|
||||
def connection_made(self, transport: ReaderThread[Self]) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user