mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-22 22:43:09 +00:00
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…
x
Reference in New Issue
Block a user