fix: db/*.py imports — from db.connection, not just connection
Deploy contracts-flask / validate (push) Successful in 0s
Deploy contracts-flask / validate (push) Successful in 0s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"""spec_events — event sourcing: apply ops, reset contract."""
|
||||
import json, uuid
|
||||
from connection import query, execute, get_pool
|
||||
from db.connection import query, execute, get_pool
|
||||
|
||||
|
||||
def reset(contract_id):
|
||||
|
||||
Reference in New Issue
Block a user