You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "app.py", line 10, in
from flask import Flask, render_template,request
File "/home/abhay/anaconda2/lib/python2.7/site-packages/flask/init.py", line 19, in
from . import json
File "/home/abhay/anaconda2/lib/python2.7/site-packages/flask/json/init.py", line 25, in
import dataclasses
File "/home/abhay/anaconda2/lib/python2.7/site-packages/dataclasses.py", line 202
class InitVar(metaclass=_InitVarMeta):
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "app.py", line 10, in
from flask import Flask, render_template,request
File "/home/abhay/anaconda2/lib/python2.7/site-packages/flask/init.py", line 19, in
from . import json
File "/home/abhay/anaconda2/lib/python2.7/site-packages/flask/json/init.py", line 25, in
import dataclasses
File "/home/abhay/anaconda2/lib/python2.7/site-packages/dataclasses.py", line 202
class InitVar(metaclass=_InitVarMeta):
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: