File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
from fastapi import APIRouter
2
2
from fastapi .responses import JSONResponse
3
3
4
- from startleft . startleft . version import version
4
+ from version import version
5
5
6
6
PREFIX = ''
7
7
URL = '/health'
Original file line number Diff line number Diff line change 16
16
from slp_base .slp_base .provider_resolver import ProviderResolver
17
17
from slp_cft .slp_cft .cft_searcher import CloudformationSearcher
18
18
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
22
19
from startleft .startleft .api import fastapi_server
20
+ from startleft .startleft .cli .clioptions .exclusion_option import Exclusion
23
21
from startleft .startleft .log import get_log_level , configure_logging
22
+ from startleft .startleft .messages import *
23
+ from version import version
24
24
25
25
logger = logging .getLogger (__name__ )
26
26
provider_resolver = ProviderResolver (PROCESSORS )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments