mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-02 09:33:25 +08:00
apply black and isort (#4287)
* apply black and isort * move some type ignores
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Structs for xdrlib (Python 2 and 3)
|
||||
from typing import Callable, List, Sequence, TypeVar
|
||||
|
||||
_T = TypeVar('_T')
|
||||
_T = TypeVar("_T")
|
||||
|
||||
class Error(Exception):
|
||||
msg: str
|
||||
|
||||
Reference in New Issue
Block a user