mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 08:17:08 +08:00
black reformat, some fixes
This commit is contained in:
@@ -36,7 +36,9 @@ class IfParser:
|
||||
current_token: Any = ...
|
||||
def __init__(
|
||||
self,
|
||||
tokens: Union[List[Optional[Union[List[int], str]]], List[Optional[Union[int, str]]], List[Union[List[int], int, str]]],
|
||||
tokens: Union[
|
||||
List[Optional[Union[List[int], str]]], List[Optional[Union[int, str]]], List[Union[List[int], int, str]]
|
||||
],
|
||||
) -> None: ...
|
||||
def translate_token(self, token: Optional[Union[List[int], int, str]]) -> Literal: ...
|
||||
def next_token(self) -> Literal: ...
|
||||
|
||||
Reference in New Issue
Block a user