Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions prometheus_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file does of a main in it. It doesn't do much but I think this belongs here still.


from . import (
exposition, gc_collector, metrics, metrics_core, platform_collector,
process_collector, registry,
Expand Down
2 changes: 0 additions & 2 deletions prometheus_client/bridge/graphite.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import logging
import re
import socket
Expand Down
3 changes: 0 additions & 3 deletions prometheus_client/openmetrics/exposition.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env python


from ..utils import floatToGoString

CONTENT_TYPE_LATEST = 'application/openmetrics-text; version=1.0.0; charset=utf-8'
Expand Down
3 changes: 0 additions & 3 deletions prometheus_client/openmetrics/parser.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env python


import io as StringIO
import math
import re
Expand Down