Skip to content

Commit

Permalink
remove unused import (#12900)
Browse files Browse the repository at this point in the history
  • Loading branch information
funcmike authored and Araq committed Dec 15, 2019
1 parent 20a59da commit e4e74a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pure/collections/deques.nim
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
## * `channels module <channels.html>`_ for inter-thread communication


import math, typetraits
import math

type
Deque*[T] = object
Expand Down

0 comments on commit e4e74a5

Please sign in to comment.