8000 Drop unneeded shebangs (#463) · sjs205/client_python@9df82be · GitHub
[go: up one dir, main page]

Skip to content

Commit 9df82be

Browse files
ignatenkobrainbrian-brazil
authored andcommitted
Drop unneeded shebangs (prometheus#463)
Those files are not executable, nor have any __main__ function. Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
1 parent dd59d9a commit 9df82be

File tree

6 files changed

+0
-11
lines changed

6 files changed

+0
-11
lines changed

prometheus_client/exposition.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python
2-
31
from __future__ import unicode_literals
42

53
import base64

prometheus_client/gc_collector.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python
2-
31
from __future__ import unicode_literals
42

53
import gc

prometheus_client/multiprocess.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python
2-
31
from __future__ import unicode_literals
42

53
from collections import defaultdict

prometheus_client/parser.py

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python
2-
31
from __future__ import unicode_literals
42

53
import re

prometheus_client/platform_collector.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# -*- coding: utf-8
32
from __future__ import unicode_literals
43

prometheus_client/process_collector.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python
2-
31
from __future__ import unicode_literals
42

53
import os

0 commit comments

Comments
 (0)
0