Remove unused imports
This commit is contained in:
parent
e974a866b6
commit
80f62e8fdd
|
@ -8,7 +8,6 @@
|
||||||
## those terms.
|
## those terms.
|
||||||
|
|
||||||
import
|
import
|
||||||
std/[strutils],
|
|
||||||
pkg/[stew/results,
|
pkg/[stew/results,
|
||||||
stew/base64,
|
stew/base64,
|
||||||
chronos,
|
chronos,
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
## those terms.
|
## those terms.
|
||||||
|
|
||||||
import
|
import
|
||||||
std/[strutils],
|
|
||||||
pkg/[stew/results,
|
pkg/[stew/results,
|
||||||
stew/byteutils,
|
stew/byteutils,
|
||||||
chronos,
|
chronos,
|
||||||
|
|
|
@ -8,9 +8,9 @@
|
||||||
## those terms.
|
## those terms.
|
||||||
|
|
||||||
import std/os
|
import std/os
|
||||||
import pkg/[chronos, stew/byteutils, stew/io2]
|
import pkg/[chronos, stew/io2]
|
||||||
import pkg/asynctest/unittest2
|
import pkg/asynctest/unittest2
|
||||||
import ../../websock/websock, ../helpers
|
import ../../websock/websock
|
||||||
import ../../websock/extensions/compression/deflate
|
import ../../websock/extensions/compression/deflate
|
||||||
|
|
||||||
const
|
const
|
||||||
|
|
|
@ -14,8 +14,7 @@ import pkg/[
|
||||||
chronos,
|
chronos,
|
||||||
chronos/streams/tlsstream,
|
chronos/streams/tlsstream,
|
||||||
httputils,
|
httputils,
|
||||||
chronicles,
|
chronicles]
|
||||||
stew/byteutils]
|
|
||||||
|
|
||||||
import ../websock/websock
|
import ../websock/websock
|
||||||
import ./keys
|
import ./keys
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
## This file may not be copied, modified, or distributed except according to
|
## This file may not be copied, modified, or distributed except according to
|
||||||
## those terms.
|
## those terms.
|
||||||
|
|
||||||
import std/[strutils, random]
|
import std/strutils
|
||||||
import pkg/[
|
import pkg/[
|
||||||
httputils,
|
httputils,
|
||||||
chronos,
|
chronos,
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
## This file may not be copied, modified, or distributed except according to
|
## This file may not be copied, modified, or distributed except according to
|
||||||
## those terms.
|
## those terms.
|
||||||
|
|
||||||
import std/tables
|
|
||||||
import ./extensions/extutils
|
import ./extensions/extutils
|
||||||
# import ./extensions/compression/compression
|
# import ./extensions/compression/compression
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
|
|
||||||
import std/uri
|
import std/uri
|
||||||
import pkg/[
|
import pkg/[
|
||||||
chronos,
|
|
||||||
chronos/apps/http/httptable,
|
chronos/apps/http/httptable,
|
||||||
chronos/streams/tlsstream,
|
chronos/streams/tlsstream,
|
||||||
httputils]
|
httputils]
|
||||||
|
|
|
@ -13,8 +13,7 @@ import std/[tables,
|
||||||
strutils,
|
strutils,
|
||||||
strformat,
|
strformat,
|
||||||
sequtils,
|
sequtils,
|
||||||
uri,
|
uri]
|
||||||
parseutils]
|
|
||||||
|
|
||||||
import pkg/[chronos,
|
import pkg/[chronos,
|
||||||
chronos/apps/http/httptable,
|
chronos/apps/http/httptable,
|
||||||
|
|
Loading…
Reference in New Issue