Skip to content

Commit 391f0bc

Browse files
committed
Remove unused import
1 parent db2d8a9 commit 391f0bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

guarddog/analyzer/metadata/bundled_binary.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
from guarddog.analyzer.metadata.detector import Detector
21
from abc import abstractmethod
3-
from typing import Optional
4-
import os
5-
from functools import reduce
6-
import logging
72
import hashlib
3+
import logging
4+
import os
5+
from typing import Optional
6+
7+
from guarddog.analyzer.metadata.detector import Detector
88

99
log = logging.getLogger("guarddog")
1010

0 commit comments

Comments
 (0)