From e66b3f9692ad0c3171149c272b6b3d8fca4461f8 Mon Sep 17 00:00:00 2001 From: Thomas Feldmann Date: Thu, 18 Aug 2022 18:05:46 +0200 Subject: update type hints --- organize/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/organize/cli.py b/organize/cli.py index 1c58f47..15fc3d0 100644 --- a/organize/cli.py +++ b/organize/cli.py @@ -56,7 +56,7 @@ def ensure_default_config(): confdir.writetext(filename, DEFAULT_CONFIG_TEXT) -def config_path(fs_url: Optional[str] = None) -> str: +def config_path(fs_url: Optional[str] = None) -> Tuple[bool, str]: """ Return the config path, resolved into a syspath if possible. If no fs_url is given, the default locations are checked. -- cgit v1.2.3