remove unused import (#12900)

This commit is contained in:
Krzysztof Majk
2019-12-15 22:59:08 +01:00
committed by Andreas Rumpf
parent 20a59da401
commit e4e74a5565

View File

@@ -52,7 +52,7 @@
## * `channels module <channels.html>`_ for inter-thread communication
import math, typetraits
import math
type
Deque*[T] = object