mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 12:44:38 +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 semantic_version import Version as SemanticVersion
|
||||||
from texttable import Texttable
|
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
|
from aqt.helper import Settings, get_hash, getUrl, xml_to_modules
|
||||||
|
|
||||||
|
|
||||||
@@ -562,6 +569,7 @@ class QtRepoProperty:
|
|||||||
return ["qtpdf", "qtwebengine"]
|
return ["qtpdf", "qtwebengine"]
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
|
||||||
class MetadataFactory:
|
class MetadataFactory:
|
||||||
"""Retrieve metadata of Qt variations, versions, and descriptions from Qt site."""
|
"""Retrieve metadata of Qt variations, versions, and descriptions from Qt site."""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user