Skip to content

Commit

Permalink
fixed syntax error in python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Apr 28, 2021
1 parent a053f1a commit 4658f86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def reset(self):
self.mf.current = self.mf


def loadMitMFromPath(path: str):
def loadMitMFromPath(path):
from importlib import import_module
from pathlib import Path
def onNth(tup,ind,func):
Expand Down

0 comments on commit 4658f86

Please sign in to comment.