Skip to content

Commit 4d588a2

Browse files
committed
Fix imports order in test
1 parent f9c4d72 commit 4d588a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_summary.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
import pytest
44
from prometheus_client import CollectorRegistry
5+
from prometheus_client.exposition import generate_latest
56

67
from prometheus_summary import Summary
78

8-
from prometheus_client.exposition import generate_latest
9-
109

1110
@pytest.fixture()
1211
def registry():

0 commit comments

Comments
 (0)