Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ikretz committed Oct 16, 2024
1 parent db2d8a9 commit 391f0bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions guarddog/analyzer/metadata/bundled_binary.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from guarddog.analyzer.metadata.detector import Detector
from abc import abstractmethod
from typing import Optional
import os
from functools import reduce
import logging
import hashlib
import logging
import os
from typing import Optional

from guarddog.analyzer.metadata.detector import Detector

log = logging.getLogger("guarddog")

Expand Down

0 comments on commit 391f0bc

Please sign in to comment.