aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--prometheus_pgbouncer_exporter/collectors.py2
-rw-r--r--prometheus_pgbouncer_exporter/exposition.py2
-rw-r--r--prometheus_pgbouncer_exporter/utils.py2
3 files changed, 0 insertions, 6 deletions
diff --git a/prometheus_pgbouncer_exporter/collectors.py b/prometheus_pgbouncer_exporter/collectors.py
index 424189d..222e79b 100644
--- a/prometheus_pgbouncer_exporter/collectors.py
+++ b/prometheus_pgbouncer_exporter/collectors.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python3
-
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
diff --git a/prometheus_pgbouncer_exporter/exposition.py b/prometheus_pgbouncer_exporter/exposition.py
index 0774e9a..5eceb6c 100644
--- a/prometheus_pgbouncer_exporter/exposition.py
+++ b/prometheus_pgbouncer_exporter/exposition.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python3
-
# Copyright (C) 2015 Christopher Baines <mail@cbaines.net>
#
# This program is free software: you can redistribute it and/or modify
diff --git a/prometheus_pgbouncer_exporter/utils.py b/prometheus_pgbouncer_exporter/utils.py
index 6789290..12e9ddd 100644
--- a/prometheus_pgbouncer_exporter/utils.py
+++ b/prometheus_pgbouncer_exporter/utils.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python3
-
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or