mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-20 19:01:16 +08:00
fourth iteration
This commit is contained in:
@@ -19,12 +19,4 @@ DEFAULT_PALETTE = DARK_PALETTE
|
||||
|
||||
def parse_color_setting(
|
||||
config_string: str
|
||||
) -> Optional[
|
||||
Dict[
|
||||
str,
|
||||
Union[
|
||||
Dict[str, Union[Tuple[str, str], str]],
|
||||
Dict[str, Union[Tuple[str], str]],
|
||||
],
|
||||
]
|
||||
]: ...
|
||||
) -> Optional[Dict[str, Dict[str, Union[Tuple[str], str]]]]: ...
|
||||
|
||||
Reference in New Issue
Block a user