Skip to content

Commit

Permalink
Change usr/bin/python to #!user/bin/env python in bridge/graphite.py (#…
Browse files Browse the repository at this point in the history
…928)

* Removed usr/bin/python from bridge/graphite.py
* Modified graphite.py, added #!usr/bin/env python.

Signed-off-by: Kishan Verma <kishanverma2312@gmail.com>
Co-authored-by: Kishan Verma <kishanverma2312@gmail.com>
  • Loading branch information
kishan-23 and Kishan Verma committed Jun 26, 2023
1 parent f79049a commit 4d68ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus_client/bridge/graphite.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

import logging
import re
Expand Down

0 comments on commit 4d68ba1

Please sign in to comment.