fix missing logging import

This commit is contained in:
Jacek Sieka 2021-12-17 11:36:49 +01:00
parent 24b56c8d2b
commit 77c85a8876
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
import
chronicles, httputils, chronos, websock/websock,
websock/extensions/compression/deflate,
stew/byteutils,
stew/byteutils, json_serialization/std/net,
".."/[errors, server]
export server
export server, net
logScope:
topics = "JSONRPC-WS-SERVER"