8000 fix import ordering · Develop-Python/procrastinate@c7e0953 · GitHub
[go: up one dir, main page]

Skip to content

Commit c7e0953

Browse files
committed
fix import ordering
1 parent 4f27b55 commit c7e0953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import pytest
44

5-
from procrastinate import utils, exceptions
5+
from procrastinate import exceptions, utils
66

77
from .. import conftest
88

0 commit comments

Comments
 (0)
0