Commit e8f81e8c authored by Dr.李's avatar Dr.李

FIX: remove deprecated object

parent fe22bde5
......@@ -83,7 +83,7 @@ total_risk_factors = risk_styles + industry_styles + macro_styles
DAILY_RETURN_OFFSET = 0
class SqlEngine(object):
class SqlEngine:
def __init__(self,
db_url: str = None):
self.engine = sa.create_engine(db_url)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment