fix flake8 regression that doesn't occur locally.

This commit is contained in:
tsteven4
2024-12-14 19:01:04 -07:00
parent a49ca11548
commit 7d50defe7e

View File

@@ -41,9 +41,9 @@ from aqt.exceptions import (
ArchiveConnectionError, ArchiveConnectionError,
ArchiveDownloadError, ArchiveDownloadError,
ArchiveListError, ArchiveListError,
ChecksumDownloadFailure,
CliInputError, CliInputError,
EmptyMetadata, EmptyMetadata,
ChecksumDownloadFailure,
) )
from aqt.helper import Settings, get_hash, getUrl, xml_to_modules from aqt.helper import Settings, get_hash, getUrl, xml_to_modules