Fix timer export compilation bug.
This commit is contained in:
parent
9cc75aede4
commit
a639dc5b0b
|
@ -7,4 +7,4 @@
|
|||
# MIT license (LICENSE-MIT)
|
||||
import chronos/[asyncloop, asyncfutures2, asyncsync, handles, transport,
|
||||
timer]
|
||||
export asyncloop, asyncfutures2, asyncsync, handles, transport, timers
|
||||
export asyncloop, asyncfutures2, asyncsync, handles, transport, timer
|
||||
|
|
Loading…
Reference in New Issue