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