FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 2401ee0b authored by Argyris Z's avatar Argyris Z
Browse files

Corrects type signature

parent 91faf6cb
No related branches found
No related tags found
No related merge requests found
......@@ -530,7 +530,7 @@ def writeTV(ts, d, lab):
fout.write(neighRepr)
def readRess(fn: str) -> List[float]:
def readRess(fn: str) -> Dict[int, List[float]]:
import ast
with open(fn, 'r') as f:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment