chore: remove unused imports (#445)
This commit is contained in:
parent
db7c4b5811
commit
66b5f23b65
|
@ -1,7 +1,6 @@
|
||||||
import ../statemachine
|
import ../statemachine
|
||||||
import ./errorhandling
|
import ./errorhandling
|
||||||
import ./submitted
|
import ./submitted
|
||||||
import ./error
|
|
||||||
|
|
||||||
type PurchasePending* = ref object of ErrorHandlingState
|
type PurchasePending* = ref object of ErrorHandlingState
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
import ../statemachine
|
import ../statemachine
|
||||||
import ./errorhandling
|
import ./errorhandling
|
||||||
import ./error
|
|
||||||
import ./finished
|
import ./finished
|
||||||
import ./failed
|
import ./failed
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
import ../statemachine
|
import ../statemachine
|
||||||
import ./errorhandling
|
import ./errorhandling
|
||||||
import ./error
|
|
||||||
import ./started
|
import ./started
|
||||||
import ./cancelled
|
import ./cancelled
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@ import ./started
|
||||||
import ./cancelled
|
import ./cancelled
|
||||||
import ./finished
|
import ./finished
|
||||||
import ./failed
|
import ./failed
|
||||||
import ./error
|
|
||||||
|
|
||||||
type PurchaseUnknown* = ref object of ErrorHandlingState
|
type PurchaseUnknown* = ref object of ErrorHandlingState
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue