Merge pull request #3932 from SSPkrolik/set-js-fix

Removed unused import of 'os' module from module 'sets'
This commit is contained in:
reactormonk
2016-03-04 11:33:20 +01:00

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):