Skip to content

Commit

Permalink
Remove executable permissions from files that lack shebang lines (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain authored Jul 4, 2021
1 parent 1220a2f commit 7a4e278
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 0 deletions.
Empty file modified examples/server/aiohttp/latency.py
100755 → 100644
Empty file.
Empty file modified examples/server/aiohttp/simple.py
100755 → 100644
Empty file.
Empty file modified examples/server/asgi/latency.py
100755 → 100644
Empty file.
Empty file modified examples/server/asgi/simple.py
100755 → 100644
Empty file.
Empty file modified examples/server/sanic/latency.py
100755 → 100644
Empty file.
Empty file modified examples/server/sanic/simple.py
100755 → 100644
Empty file.
Empty file modified examples/server/tornado/latency.py
100755 → 100644
Empty file.
Empty file modified examples/server/tornado/simple.py
100755 → 100644
Empty file.
Empty file modified examples/server/wsgi/latency.py
100755 → 100644
Empty file.
Empty file modified examples/server/wsgi/simple.py
100755 → 100644
Empty file.
Empty file modified setup.py
100755 → 100644
Empty file.

0 comments on commit 7a4e278

Please sign in to comment.