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
Remove shebang line from pykeepass/deprecated.py (#377)
The file does not have the executable bit set in its filesystem
permissions and is not script-like (no `if __name__ == "__main__"` and
no interesting side effects), so a shebang is not useful.
0 commit comments