Skip to content

Commit

Permalink
Merged in hotfix/OPT-508 (pull request #162)
Browse files Browse the repository at this point in the history
[OPT-508] to main

Approved-by: Guillem Albiach
  • Loading branch information
dantolin-iriusrisk authored and galbiach-irius committed Oct 27, 2022
2 parents dce9684 + 160acd3 commit 5b65ba2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from fastapi import APIRouter
from fastapi.responses import JSONResponse

from startleft.startleft.version import version
from version import version

PREFIX = ''
URL = '/health'
Expand Down
6 changes: 3 additions & 3 deletions startleft/startleft/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
from slp_base.slp_base.provider_resolver import ProviderResolver
from slp_cft.slp_cft.cft_searcher import CloudformationSearcher
from slp_tf.slp_tf.tf_searcher import TerraformSearcher
from startleft.startleft.cli.clioptions.exclusion_option import Exclusion
from startleft.startleft.messages import *
from startleft.startleft.version import version
from startleft.startleft.api import fastapi_server
from startleft.startleft.cli.clioptions.exclusion_option import Exclusion
from startleft.startleft.log import get_log_level, configure_logging
from startleft.startleft.messages import *
from version import version

logger = logging.getLogger(__name__)
provider_resolver = ProviderResolver(PROCESSORS)
Expand Down
File renamed without changes.

0 comments on commit 5b65ba2

Please sign in to comment.