mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-08 20:43:25 +08:00
apply black and isort (#4287)
* apply black and isort * move some type ignores
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Automatically generated by pytype, manually fixed up. May still contain errors.
|
||||
|
||||
from typing import Any, Callable, Dict, Generator, Iterator, List, Tuple, Union, Iterable
|
||||
from typing import Any, Callable, Dict, Generator, Iterable, Iterator, List, Tuple, Union
|
||||
|
||||
__author__: str
|
||||
__credits__: str
|
||||
@@ -123,7 +123,6 @@ def tokenize_loop(readline: Callable[[], str], tokeneater: Callable[[Tuple[int,
|
||||
def untokenize(iterable: Iterable[_TokenType]) -> str: ...
|
||||
|
||||
class StopTokenizing(Exception): ...
|
||||
|
||||
class TokenError(Exception): ...
|
||||
|
||||
class Untokenizer:
|
||||
|
||||
Reference in New Issue
Block a user