Skip to content

Commit 769ee25

Browse files
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.
1 parent 508691e commit 769ee25

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pykeepass/deprecated.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#!/usr/bin/env python3
2-
3-
41
# ---------- Find functions ---------------
52
# Use find_entries()/find_groups() instead
63

0 commit comments

Comments
 (0)