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
from __future__ import * should be a syntax error.
$pyflakes test.py
test.py:1: 'from __future__ import *' used; unable to detect undefined names
$python test.py
File "test.py", line 1
from __future__ import *
SyntaxError: future feature * is not defined