mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
black: enable skip_magic_trailing_comma (#5252)
* black: enable skip_magic_trailing_comma * Remove spurious commas
This commit is contained in:
@@ -33,11 +33,7 @@ class Server(AbstractServer):
|
||||
ssl_handshake_timeout: Optional[float],
|
||||
) -> None: ...
|
||||
else:
|
||||
def __init__(
|
||||
self,
|
||||
loop: AbstractEventLoop,
|
||||
sockets: List[socket],
|
||||
) -> None: ...
|
||||
def __init__(self, loop: AbstractEventLoop, sockets: List[socket]) -> None: ...
|
||||
|
||||
class BaseEventLoop(AbstractEventLoop, metaclass=ABCMeta):
|
||||
def run_forever(self) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user