adding missing std/option import

This commit is contained in:
Gabriel mermelstein 2024-04-07 15:41:52 +03:00
parent ae836347d8
commit 7687196a26
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import
std/[tables, sequtils],
std/[tables, sequtils, option],
stew/byteutils,
stew/shims/net,
chronicles,