From da80ee56cb122527874044b6bbf365c472a7400b Mon Sep 17 00:00:00 2001 From: nolash Date: Thu, 3 Jun 2021 18:35:46 +0200 Subject: [PATCH] Fix remaining chainqueue stale imports in runnables --- apps/cic-eth/cic_eth/runnable/daemons/dispatcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cic-eth/cic_eth/runnable/daemons/dispatcher.py b/apps/cic-eth/cic_eth/runnable/daemons/dispatcher.py index 95dc7031..08a54185 100644 --- a/apps/cic-eth/cic_eth/runnable/daemons/dispatcher.py +++ b/apps/cic-eth/cic_eth/runnable/daemons/dispatcher.py @@ -21,7 +21,7 @@ from chainqueue.db.enum import ( StatusBits, ) from chainqueue.error import NotLocalTxError -from chainqueue.state import set_reserved +from chainqueue.sql.state import set_reserved # local imports import cic_eth