Skip to content

Commit

Permalink
Fix linters
Browse files Browse the repository at this point in the history
Signed-off-by: ivan-valkov <iv.v.valkov@gmail.com>
  • Loading branch information
ivan-valkov committed Mar 2, 2022
1 parent 9974c46 commit 9ce658e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
from unittest import TestCase
from wsgiref.util import setup_testing_defaults

from prometheus_client import (
CollectorRegistry, Counter, make_wsgi_app,
)
from prometheus_client import CollectorRegistry, Counter, make_wsgi_app
from prometheus_client.exposition import _bake_output, CONTENT_TYPE_LATEST


Expand Down

0 comments on commit 9ce658e

Please sign in to comment.