Skip to content

Commit

Permalink
Remove executable permissions from non-script sources
Browse files Browse the repository at this point in the history
These files are not script-like (no `if __name__ == "__main__":` or
interesting side effects) and have no shebang lines (`#!`), so there is
no reason for the executable bit to be set in their filesystem
permissions.
  • Loading branch information
musicinmybrain authored and pgjones committed May 25, 2024
1 parent 24aacf4 commit 6a9fd70
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 0 deletions.
Empty file modified src/hypercorn/protocol/__init__.py
100755 → 100644
Empty file.
Empty file modified src/hypercorn/protocol/h11.py
100755 → 100644
Empty file.
Empty file modified src/hypercorn/protocol/h2.py
100755 → 100644
Empty file.

0 comments on commit 6a9fd70

Please sign in to comment.