aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside-tools/deploy_lib/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside-tools/deploy_lib/commands.py')
-rw-r--r--sources/pyside-tools/deploy_lib/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside-tools/deploy_lib/commands.py b/sources/pyside-tools/deploy_lib/commands.py
index a45ced374..8c017051d 100644
--- a/sources/pyside-tools/deploy_lib/commands.py
+++ b/sources/pyside-tools/deploy_lib/commands.py
@@ -42,7 +42,7 @@ def run_command(command, dry_run: bool, fetch_output: bool = False):
@lru_cache
-def run_qmlimportscanner(qml_files: list[Path], dry_run: bool):
+def run_qmlimportscanner(qml_files: tuple[Path], dry_run: bool):
"""
Runs pyside6-qmlimportscanner to find all the imported qml modules in project_dir
"""