Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 34553ad

Browse files
kishan-23Kishan Verma
andauthored
Change #!/usr/bin/python to #!/usr/bin/env python (prometheus#945)
Updated #!/usr/bin/python to #!/usr/bin/env python Signed-off-by: Kishan Verma <[email protected]> Co-authored-by: Kishan Verma <[email protected]>
1 parent 4b28834 commit 34553ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

prometheus_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22

33
from . import (
44
exposition, gc_collector, metrics, metrics_core, platform_collector,

prometheus_client/openmetrics/exposition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22

33

44
from ..utils import floatToGoString

prometheus_client/openmetrics/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22

33

44
import io as StringIO

0 commit comments

Comments
 (0)