clean up deprecated stuff and unused imports in tests (#13059)

This commit is contained in:
Miran
2020-01-07 09:49:08 +01:00
committed by GitHub
parent 6a7a19eb15
commit 1551fff853
8 changed files with 15 additions and 16 deletions

View File

@@ -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