mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-15 22:42:00 +08:00
apply black and isort (#4287)
* apply black and isort * move some type ignores
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from typing import Any
|
||||
import rfc822
|
||||
from typing import Any
|
||||
|
||||
class Message(rfc822.Message):
|
||||
encodingheader: Any
|
||||
|
||||
Reference in New Issue
Block a user