Skip to content

Commit

Permalink
reformat with black
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteven4 committed Dec 15, 2024
1 parent 6d944b4 commit a49ca11
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion aqt/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,14 @@
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


Expand Down Expand Up @@ -562,6 +569,7 @@ def known_extensions(version: Version) -> List[str]:
return ["qtpdf", "qtwebengine"]
return []


class MetadataFactory:
"""Retrieve metadata of Qt variations, versions, and descriptions from Qt site."""

Expand Down

0 comments on commit a49ca11

Please sign in to comment.