mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 02:42:05 +00:00
Removed unused import of 'os' module from module 'sets'
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
## that ``=`` performs a copy of the set.
|
||||
|
||||
import
|
||||
os, hashes, math
|
||||
hashes, math
|
||||
|
||||
{.pragma: myShallow.}
|
||||
when not defined(nimhygiene):
|
||||
|
||||
Reference in New Issue
Block a user