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
I believe the encoding declaration # -*- coding: utf-8 -*- is not needed any more as far as Python 3 is concerned. Do you rely on other tools (like your IDE or text editor) to make use of that information?
I believe the encoding declaration
# -*- coding: utf-8 -*-
is not needed any more as far as Python 3 is concerned. Do you rely on other tools (like your IDE or text editor) to make use of that information?miniver/setup.py
Line 1 in 9624074
miniver/miniver/app.py
Line 69 in 9624074
miniver/miniver/_static_version.py
Line 1 in 9624074
miniver/miniver/_version.py
Line 1 in 9624074
In any case it is not used consistently in all files, I would recommend removing it from all files or adding it to all files.
The text was updated successfully, but these errors were encountered: