Commit 89855b44 authored by 子恒's avatar 子恒

[Bugfix]修復因子方向运行bug

parent 953d2dfe
Pipeline #171 canceled with stages
...@@ -10,6 +10,7 @@ import sqlalchemy as sa ...@@ -10,6 +10,7 @@ import sqlalchemy as sa
from sqlalchemy.ext.automap import automap_base from sqlalchemy.ext.automap import automap_base
from sqlalchemy.orm import sessionmaker from sqlalchemy.orm import sessionmaker
from sqlalchemy import select, and_ from sqlalchemy import select, and_
import config
# In[2]: # In[2]:
......
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