Skip to content

Commit 81dac8e

Browse files
committed
chore: fix by black hook for push
Signed-off-by: Carl Flottmann <carl.flottmann@oracle.com>
1 parent 151725c commit 81dac8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macaron/malware_analyzer/pypi_heuristics/sourcecode/suspicious_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
import zipfile
1313

1414
from macaron.config.defaults import defaults
15+
from macaron.errors import HeuristicAnalyzerValueError
1516
from macaron.json_tools import JsonType
1617
from macaron.malware_analyzer.pypi_heuristics.base_analyzer import BaseHeuristicAnalyzer
1718
from macaron.malware_analyzer.pypi_heuristics.heuristics import HeuristicResult, Heuristics
1819
from macaron.slsa_analyzer.package_registry.pypi_registry import PyPIPackageJsonAsset
19-
from macaron.errors import HeuristicAnalyzerValueError
2020
from macaron.util import download_file_with_size_limit
2121

2222
logger: logging.Logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)