mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-11 20:51:42 +08:00
apply black and isort (#4287)
* apply black and isort * move some type ignores
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Stubs for errno
|
||||
|
||||
from typing import Mapping
|
||||
import sys
|
||||
from typing import Mapping
|
||||
|
||||
errorcode: Mapping[int, str]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user