Skip to content

Commit b7c115f

Browse files
committed
chore: sort import statements after rebase
Signed-off-by: Carl Flottmann <[email protected]>
1 parent ad2c938 commit b7c115f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/macaron/slsa_analyzer/package_registry/pypi_registry.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@
2626
from macaron.json_tools import json_extract
2727
from macaron.malware_analyzer.datetime_parser import parse_datetime
2828
from macaron.slsa_analyzer.package_registry.package_registry import PackageRegistry
29-
from macaron.util import download_file_with_size_limit, send_get_http_raw, stream_file_with_size_limit, send_head_http_raw
29+
from macaron.util import (
30+
download_file_with_size_limit,
31+
send_get_http_raw,
32+
send_head_http_raw,
33+
stream_file_with_size_limit,
34+
)
3035

3136
if TYPE_CHECKING:
3237
from macaron.slsa_analyzer.specs.package_registry_spec import PackageRegistryInfo

0 commit comments

Comments
 (0)