Moar mypy

This commit is contained in:
Alexandre Aubin 2021-10-02 20:24:13 +02:00
parent b88074b007
commit 4640d4577d

View file

@ -2401,7 +2401,7 @@ def _make_environment_for_app_script(
return env_dict 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 Parse a Yunohost app instance name and extracts the original appid
and the application instance number and the application instance number