chore: remove unused imports (#445)

This commit is contained in:
Adam Uhlíř 2023-06-19 11:53:41 +02:00 committed by GitHub
parent db7c4b5811
commit 66b5f23b65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,6 @@
import ../statemachine
import ./errorhandling
import ./submitted
import ./error
type PurchasePending* = ref object of ErrorHandlingState

View File

@ -1,6 +1,5 @@
import ../statemachine
import ./errorhandling
import ./error
import ./finished
import ./failed

View File

@ -1,6 +1,5 @@
import ../statemachine
import ./errorhandling
import ./error
import ./started
import ./cancelled

View File

@ -5,7 +5,6 @@ import ./started
import ./cancelled
import ./finished
import ./failed
import ./error
type PurchaseUnknown* = ref object of ErrorHandlingState