mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-14 15:23:27 +00:00
Remove unneeded import os from intsets
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
## copy; use ``assign`` to get a deep copy.
|
||||
|
||||
import
|
||||
os, hashes, math
|
||||
hashes, math
|
||||
|
||||
type
|
||||
BitScalar = int
|
||||
|
||||
Reference in New Issue
Block a user