Skip to content

Commit

Permalink
fix isort sort order
Browse files Browse the repository at this point in the history
Signed-off-by: Ely Spears <espears@squarespace.com>
  • Loading branch information
espears1 committed Feb 8, 2021
1 parent 4613dfa commit 67e99ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_exposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
)
from prometheus_client.core import GaugeHistogramMetricFamily, Timestamp
from prometheus_client.exposition import (
basic_auth_handler, default_handler, MetricsHandler, passthrough_redirect_handler
basic_auth_handler, default_handler, MetricsHandler,
passthrough_redirect_handler,
)

if sys.version_info < (2, 7):
Expand Down

0 comments on commit 67e99ff

Please sign in to comment.