mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
reformat with black
This commit is contained in:
@@ -37,7 +37,14 @@ from semantic_version import SimpleSpec as SemanticSimpleSpec
|
||||
from semantic_version import Version as SemanticVersion
|
||||
from texttable import Texttable
|
||||
|
||||
from aqt.exceptions import ArchiveConnectionError, ArchiveDownloadError, ArchiveListError, CliInputError, EmptyMetadata, ChecksumDownloadFailure
|
||||
from aqt.exceptions import (
|
||||
ArchiveConnectionError,
|
||||
ArchiveDownloadError,
|
||||
ArchiveListError,
|
||||
CliInputError,
|
||||
EmptyMetadata,
|
||||
ChecksumDownloadFailure,
|
||||
)
|
||||
from aqt.helper import Settings, get_hash, getUrl, xml_to_modules
|
||||
|
||||
|
||||
@@ -562,6 +569,7 @@ class QtRepoProperty:
|
||||
return ["qtpdf", "qtwebengine"]
|
||||
return []
|
||||
|
||||
|
||||
class MetadataFactory:
|
||||
"""Retrieve metadata of Qt variations, versions, and descriptions from Qt site."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user