Skip to content

Commit

Permalink
use sugar instead of future
Browse files Browse the repository at this point in the history
  • Loading branch information
metagn authored and dom96 committed Aug 13, 2022
1 parent abc13d1 commit 7de559e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/httpbeast.nim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import selectors, net, nativesockets, os, httpcore, asyncdispatch, strutils, posix
import parseutils
import options, future, logging
import options, sugar, logging
import macros

from posix import ENOPROTOOPT
Expand Down

0 comments on commit 7de559e

Please sign in to comment.