forked from open-telemetry/opentelemetry-python-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove useless shebangs (open-telemetry#2135)
These files do not have the executable bit set in their filesystem permissions (so the shebang line, `#!`, is useless), and they are not script-like (do not have `if __name__ == "__main__"` or interesting side-effects), so making them executable would not make sense.
- Loading branch information
1 parent
bcc03dc
commit e3fc3d1
Showing
3 changed files
with
0 additions
and
6 deletions.
There are no files selected for viewing
2 changes: 0 additions & 2 deletions
2
...ion-django/src/opentelemetry/instrumentation/django/middleware/sqlcommenter_middleware.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
...emetry-instrumentation/src/opentelemetry/instrumentation/auto_instrumentation/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters