Skip to content

Commit

Permalink
Remove shebang line from pykeepass/deprecated.py (#377)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
musicinmybrain authored Feb 29, 2024
1 parent 508691e commit 769ee25
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pykeepass/deprecated.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env python3


# ---------- Find functions ---------------
# Use find_entries()/find_groups() instead

Expand Down

0 comments on commit 769ee25

Please sign in to comment.