mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-25 00:33:37 +05:00
@@ -112,7 +112,9 @@ def get_client_status(client: ClientData) -> str:
|
||||
)
|
||||
|
||||
|
||||
def get_client_config_status(client: ClientData) -> Dict[
|
||||
def get_client_config_status(
|
||||
client: ClientData,
|
||||
) -> Dict[
|
||||
Literal["repo", "local", "remote"],
|
||||
Union[str, int],
|
||||
]:
|
||||
|
||||
Reference in New Issue
Block a user