fix missing import (#897)

This commit is contained in:
diegomrsantos 2023-05-26 10:36:39 +02:00 committed by GitHub
parent a677b06273
commit d40d324160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ when (NimMajor, NimMinor) < (1, 4):
else:
{.push raises: [].}
import std/sequtils
import std/[tables, sequtils]
import chronos, chronicles