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
BUG25215081: Remove dictionary comprehension lists
Dictionary comprehension lists is not supported in python 2.6 which causes
this error. Using the dict initializer with tuple works the same as
dictionary comprehension lists and is also supported in python 2.6.