Skip to content

Commit

Permalink
update import for latest SAM
Browse files Browse the repository at this point in the history
  • Loading branch information
genedan committed Jun 30, 2020
1 parent b9f2ca5 commit b0f351d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import sqlalchemy as sa
from sqlalchemy.orm import sessionmaker
from base import Base
import party, account, policy, claim
import party, account, policy, claim, assessment
engine = sa.create_engine(
'sqlite:///pcdm.db',
Expand Down
2 changes: 1 addition & 1 deletion tests/deploy_sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from sqlalchemy.orm import sessionmaker

from base import Base
import party, account, policy, claim
import party, account, policy, claim, assessment

engine = sa.create_engine(
'sqlite:///pcdm.db',
Expand Down

0 comments on commit b0f351d

Please sign in to comment.