Skip to content

Commit

Permalink
Fixing build error
Browse files Browse the repository at this point in the history
  • Loading branch information
JRMendDemo committed Sep 28, 2023
1 parent 6a171ed commit 94b5eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mend_sbom_export_cli/sbom_export_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
from concurrent.futures import ThreadPoolExecutor
from typing import Tuple
import base64
from mend_sbom_cli._version import __version__, __tool_name__, __description__
from mend_sbom_cli.const import aliases, varenvs
from mend_sbom_export_cli._version import __version__, __tool_name__, __description__
from mend_sbom_export_cli.const import aliases, varenvs

logger = logging.getLogger(__tool_name__)
logger.setLevel(logging.DEBUG)
Expand Down

0 comments on commit 94b5eb2

Please sign in to comment.