From 4d68ba1334f6a34ddd8117983e07ba81fb589c20 Mon Sep 17 00:00:00 2001 From: Kishan Verma <72350334+kishan-23@users.noreply.github.com> Date: Tue, 27 Jun 2023 01:07:22 +0530 Subject: [PATCH] Change usr/bin/python to #!user/bin/env python in bridge/graphite.py (#928) * Removed usr/bin/python from bridge/graphite.py * Modified graphite.py, added #!usr/bin/env python. Signed-off-by: Kishan Verma Co-authored-by: Kishan Verma --- prometheus_client/bridge/graphite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus_client/bridge/graphite.py b/prometheus_client/bridge/graphite.py index 30009805..8cadbedc 100755 --- a/prometheus_client/bridge/graphite.py +++ b/prometheus_client/bridge/graphite.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import logging import re