Skip to content

Commit

Permalink
style: fix isort error
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed May 4, 2024
1 parent 40721ad commit e1fde32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aqt/archives.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

from aqt.exceptions import ArchiveDownloadError, ArchiveListError, ChecksumDownloadFailure, NoPackageFound
from aqt.helper import Settings, get_hash, getUrl, ssplit
from aqt.metadata import QtRepoProperty, Version, SimpleSpec
from aqt.metadata import QtRepoProperty, Version


@dataclass
Expand Down

0 comments on commit e1fde32

Please sign in to comment.