When I try and import my file into Jupyter using
from fatigue import *
it says
File "myfile.py", line 189
    def effectiveness():
         ^
SyntaxError: invalid syntax
It gives this error in my Atom IDE. Also when I try to run it in Jupyter, I get the same error. It is the only error the IDE is showing for the whole .py file.
I am just not sure what to do?
 
     
    