bug: fix undefined Table by import

This commit is contained in:
kaichaosun 2025-09-04 17:07:04 +08:00 committed by fryorcraken
parent e22fdbccca
commit 1070c884b8

View File

@ -1,7 +1,7 @@
{.push raises: [].}
import
std/[options, sets, sequtils, times, strformat, strutils, math, random, tables],
std/[options, sets, sequtils, tables, times, strformat, strutils, math, random, tables],
chronos,
chronicles,
metrics,