mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
fix: type error on type definition
commit d0603a25 has error in type definition for mypy.
It causes ‘type’ object is not subscriptable error.
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -393,7 +393,7 @@ class QtRepoProperty:
|
||||
return arch
|
||||
|
||||
@staticmethod
|
||||
def default_linux_desktop_arch_dir() -> tuple[str, str]:
|
||||
def default_linux_desktop_arch_dir() -> Tuple[str, str]:
|
||||
return ("gcc_64", "gcc_arm64")
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user