修改infra内容;移动project_info到config内
This commit is contained in:
@@ -18,7 +18,7 @@ import geopandas as gpd
|
||||
from sqlalchemy import create_engine
|
||||
import ast
|
||||
import sensitivity
|
||||
import app.services.project_info as project_info
|
||||
import configs.project_info as project_info
|
||||
import app.algorithms.api_ex.kmeans_sensor
|
||||
import app.algorithms.api_ex.Fdataclean
|
||||
import app.algorithms.api_ex.Pdataclean
|
||||
|
||||
@@ -27,7 +27,7 @@ import pandas as pd
|
||||
import openpyxl
|
||||
import pytz
|
||||
import app.infra.db.influxdb.info as influxdb_info
|
||||
import app.services.project_info as project_info
|
||||
import configs.project_info as project_info
|
||||
import app.services.time_api as time_api
|
||||
from app.native.api.postgresql_info import get_pgconn_string
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ import py_linq
|
||||
import app.services.time_api as time_api
|
||||
import app.services.simulation as simulation
|
||||
import app.services.globals as globals
|
||||
import app.services.project_info as project_info
|
||||
import configs.project_info as project_info
|
||||
from app.infra.db.timescaledb.database import db as tsdb
|
||||
from app.infra.db.postgresql.database import db as pgdb
|
||||
from app.algorithms.online_Analysis import *
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
name='szh'
|
||||
@@ -19,7 +19,7 @@ import psycopg
|
||||
import logging
|
||||
import app.services.globals as globals
|
||||
import uuid
|
||||
import app.services.project_info as project_info
|
||||
import configs.project_info as project_info
|
||||
from app.native.api.postgresql_info import get_pgconn_string
|
||||
from timescaledb.internal_queries import InternalQueries as TimescaleInternalQueries
|
||||
from timescaledb.internal_queries import InternalStorage as TimescaleInternalStorage
|
||||
|
||||
Reference in New Issue
Block a user