Skip to content

Commit

Permalink
Merge pull request #660 from mtelka/shebang
Browse files Browse the repository at this point in the history
Remove useless shebang from cli.py
  • Loading branch information
jaraco authored Nov 17, 2023
2 parents b85781e + b9c4d84 commit 8db4564
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keyring/cli.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
"""Simple command line interface to get/set password from a keyring"""

import getpass
Expand Down

0 comments on commit 8db4564

Please sign in to comment.