mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-30 12:17:56 +00:00
clean up deprecated stuff and unused imports in tests (#13059)
This commit is contained in:
@@ -5,7 +5,7 @@ discard """
|
||||
'''
|
||||
"""
|
||||
|
||||
from future import `->`, `=>`
|
||||
from sugar import `->`, `=>`
|
||||
from math import `^`, sum
|
||||
from sequtils import filter, map, toSeq
|
||||
|
||||
@@ -14,4 +14,4 @@ proc f: int =
|
||||
|
||||
var a = f()
|
||||
|
||||
echo a
|
||||
echo a
|
||||
|
||||
Reference in New Issue
Block a user