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
Description of issue or feature request:
securesystemslib/hash.py has a python2 shebang line, which is obsolete (Py2 support was dropped a while ago) and wrong (no need run the module by itself).
Followup from work in secure-systems-lab#544 and secure-systems-lab#498
Other instances are in diff files, actual generated python code,
or unrelated to python shebang instances
Description of issue or feature request:
securesystemslib/hash.py has a python2 shebang line, which is obsolete (Py2 support was dropped a while ago) and wrong (no need run the module by itself).
Current behavior:
securesystemslib/securesystemslib/hash.py
Line 1 in 416dab2
Expected behavior:
No shebang line.
Bonus task:
Review eligibility of shebang lines in other modules too.
The text was updated successfully, but these errors were encountered: