FAQ | This is a LIVE service | Changelog

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

Removes as much as possible magic paths

parent 02559a0d
No related branches found
No related tags found
No related merge requests found
......@@ -666,7 +666,7 @@ def readDataT1(d: str, dExprs:str, t: int) -> STissue:
return ts
def readDataT1Im(d, dExprs, t):
def readDataT1Im(d: str, dExprs: str, t):
from os.path import join
exprF = "h.txt"
......
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