Skip to content

Commit 446b3e5

Browse files
dantolin-iriusriskgalbiach-irius
authored andcommitted
Merged in feature/OPT-508 (pull request #160)
[OPT-508] to dev Approved-by: Guillem Albiach
2 parents 323a4dd + 869ca13 commit 446b3e5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

startleft/startleft/api/controllers/health/health_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from fastapi import APIRouter
22
from fastapi.responses import JSONResponse
33

4-
from startleft.startleft.version import version
4+
from version import version
55

66
PREFIX = ''
77
URL = '/health'

startleft/startleft/cli/cli.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
from slp_base.slp_base.provider_resolver import ProviderResolver
1717
from slp_cft.slp_cft.cft_searcher import CloudformationSearcher
1818
from slp_tf.slp_tf.tf_searcher import TerraformSearcher
19-
from startleft.startleft.cli.clioptions.exclusion_option import Exclusion
20-
from startleft.startleft.messages import *
21-
from startleft.startleft.version import version
2219
from startleft.startleft.api import fastapi_server
20+
from startleft.startleft.cli.clioptions.exclusion_option import Exclusion
2321
from startleft.startleft.log import get_log_level, configure_logging
22+
from startleft.startleft.messages import *
23+
from version import version
2424

2525
logger = logging.getLogger(__name__)
2626
provider_resolver = ProviderResolver(PROCESSORS)
File renamed without changes.

0 commit comments

Comments
 (0)