mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
Bump black to 23.1.0 (#9647)
This commit is contained in:
@@ -105,7 +105,6 @@ class Mailbox(Generic[_MessageT]):
|
||||
def __class_getitem__(cls, item: Any) -> GenericAlias: ...
|
||||
|
||||
class Maildir(Mailbox[MaildirMessage]):
|
||||
|
||||
colon: str
|
||||
def __init__(
|
||||
self, dirname: StrPath, factory: Callable[[IO[Any]], MaildirMessage] | None = None, create: bool = True
|
||||
|
||||
Reference in New Issue
Block a user