mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Moar mypy
This commit is contained in:
parent
b88074b007
commit
4640d4577d
1 changed files with 1 additions and 1 deletions
|
@ -2401,7 +2401,7 @@ def _make_environment_for_app_script(
|
|||
return env_dict
|
||||
|
||||
|
||||
def _parse_app_instance_name(app_instance_name):
|
||||
def _parse_app_instance_name(app_instance_name: str) -> Tuple[str, int]:
|
||||
"""
|
||||
Parse a Yunohost app instance name and extracts the original appid
|
||||
and the application instance number
|
||||
|
|
Loading…
Add table
Reference in a new issue