remove forgotten import to pretty

This commit is contained in:
gmega 2023-08-29 17:49:18 -03:00
parent ed0b88c990
commit 44541444e4

View File

@ -9,8 +9,6 @@ import swarmsim/engine/message
import ../helpers/inbox
import ../helpers/types
import pretty
# We need this here as otherwise for some reason the nim compiler trips.
proc `$`*(m: Message): string = repr m