Removed unused import of 'os' module from module 'sets'

This commit is contained in:
Rostyslav Dzinko
2016-03-04 11:34:27 +02:00
parent 84cd3d9dc4
commit bbf12aab4f

View File

@@ -18,7 +18,7 @@
## that ``=`` performs a copy of the set.
import
os, hashes, math
hashes, math
{.pragma: myShallow.}
when not defined(nimhygiene):