mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-10 13:32:26 +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 the 'imp' module."""
|
||||
|
||||
from typing import List, Optional, Tuple, Iterable, IO, Any
|
||||
import types
|
||||
from typing import IO, Any, Iterable, List, Optional, Tuple
|
||||
|
||||
C_BUILTIN: int
|
||||
C_EXTENSION: int
|
||||
|
||||
Reference in New Issue
Block a user