Cleaned up parts of the serialization by removing redundant code.

This commit is contained in:
Jakob Friedl
2025-07-28 21:29:47 +02:00
parent 882579b3cb
commit 0d54b3e64b
16 changed files with 185 additions and 199 deletions

View File

@@ -1,7 +1,7 @@
import terminal, strformat, strutils, tables, times, system, osproc, streams, base64
import ./task
import ../utils
import ../task/dispatcher
import ../db/database
import ../../common/[types, utils]