Skip to content

Commit e3fc3d1

Browse files
musicinmybrainlperdereau
authored andcommitted
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.
1 parent bcc03dc commit e3fc3d1

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

Diff for: instrumentation/opentelemetry-instrumentation-django/src/opentelemetry/instrumentation/django/middleware/sqlcommenter_middleware.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python
2-
#
31
# Copyright The OpenTelemetry Authors
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: opentelemetry-instrumentation/src/opentelemetry/instrumentation/auto_instrumentation/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python3
2-
31
# Copyright The OpenTelemetry Authors
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

Diff for: opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python3
2-
31
# Copyright The OpenTelemetry Authors
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)