Skip to content

Commit 5bce5e2

Browse files
spacemanspiff2007cknd
authored andcommitted
sorted imports
1 parent 9e1daa8 commit 5bce5e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
from stackprinter.utils import match
21
import re
32

3+
from stackprinter.utils import match
4+
45

56
def test_match():
67
assert match('my/ignored/path', None) is False

0 commit comments

Comments
 (0)