mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 03:32:32 +00:00
Merge pull request #2497 from BlaXpirit/intsets-import
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