diff options
| author | Adrian Herrmann <adrian.herrmann@qt.io> | 2024-06-06 12:44:22 +0200 |
|---|---|---|
| committer | Adrian Herrmann <adrian.herrmann@qt.io> | 2024-06-21 12:43:56 +0200 |
| commit | 12e370d38ab0f88c6ae555793ed5ac6a18343255 (patch) | |
| tree | 28b5a25972f7ceec46eb69e73dcd930580ea3c94 /sources/pyside-tools/deploy_lib/android/android_config.py | |
| parent | a5308626119ed39a9a367117aa4a16c1a3970185 (diff) | |
Fix flake8 and typing issues
Fix a number of miscellaneous flake8 and typing issues exposed after
updating to the modern typing syntax from 3.10 onwards.
Task-number: PYSIDE-2786
Change-Id: I5476d1208dd1da3fa93bdec02bc6124a80b247fc
Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside-tools/deploy_lib/android/android_config.py')
| -rw-r--r-- | sources/pyside-tools/deploy_lib/android/android_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside-tools/deploy_lib/android/android_config.py b/sources/pyside-tools/deploy_lib/android/android_config.py index 4cca7dfb6..72ae1d409 100644 --- a/sources/pyside-tools/deploy_lib/android/android_config.py +++ b/sources/pyside-tools/deploy_lib/android/android_config.py @@ -349,7 +349,7 @@ class AndroidConfig(Config): self._dependency_files.append(dependency_file) logging.info("[DEPLOY] The following dependency files were found: " - f"{*self._dependency_files,}") + f"{*self._dependency_files, }") def _find_local_libs(self): local_libs = set() |
