Eliminate warnings on Windows. (#382)

This commit is contained in:
Eugene Kabanov
2023-04-30 19:09:36 +02:00
committed by GitHub
parent 3118f8c1b2
commit 9ba418cd3b
6 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
# Licensed under either of
# Apache License, version 2.0, (LICENSE-APACHEv2)
# MIT license (LICENSE-MIT)
import std/[strutils, algorithm, strutils]
import std/[strutils, algorithm]
import unittest2
import ../chronos, ../chronos/apps/http/httpserver,
../chronos/apps/http/httpcommon