[statemachine] cleanup

This commit is contained in:
Mark Spanbroek 2023-02-14 09:55:34 +01:00
parent d7b66611b3
commit efc827b274
No known key found for this signature in database
GPG Key ID: FBE3E9548D427C00
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ import pkg/questionable
import pkg/chronos
import pkg/upraises
# template makeStateMachine*(Machine, State) =
type
Machine* = ref object of RootObj
state: State