Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyharrison committed Dec 23, 2023
1 parent 8cad073 commit 83e192c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbom4python/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
import subprocess
import unicodedata

from lib4package.metadata import Metadata
from lib4sbom.data.package import SBOMPackage
from lib4sbom.data.relationship import SBOMRelationship
from lib4sbom.license import LicenseScanner
from sbom4files.filescanner import FileScanner
from lib4package.metadata import Metadata


class SBOMScanner:
Expand Down

0 comments on commit 83e192c

Please sign in to comment.