Skip to content

Commit

Permalink
chores: fix isort issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tngraf committed Jul 30, 2023
1 parent a08cbc2 commit 53e1b37
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions capycli/project/create_bom.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

import logging
import sys

from typing import List, Tuple

import sw360
Expand All @@ -18,8 +17,7 @@

import capycli.common.script_base
from capycli import get_logger
from capycli.common.capycli_bom_support import CaPyCliBom, SbomCreator, CycloneDxSupport

from capycli.common.capycli_bom_support import CaPyCliBom, CycloneDxSupport, SbomCreator
from capycli.common.print import print_red, print_text, print_yellow
from capycli.main.result_codes import ResultCode

Expand Down

0 comments on commit 53e1b37

Please sign in to comment.