Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

remove shebangs in py files don't need it #1007

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
kloczek wants to merge 3 commits into prometheus:master
base: master
Choose a base branch
Loading
from kloczek:master
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
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python
Copy link
Member

@csmarchbanks csmarchbanks Dec 23, 2024

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
View file Open in desktop
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
View file Open in desktop
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
View file Open in desktop
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

AltStyle によって変換されたページ (->オリジナル) /