Skip to content

Commit 2d7469d

Browse files
committed
sort
1 parent 160be57 commit 2d7469d

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

pyperformance/_utils.py

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
__all__ = [
2-
# filesystem
3-
"temporary_file",
4-
"check_file",
5-
"check_dir",
6-
# platform
72
"MS_WINDOWS",
8-
# misc
3+
"check_dir",
4+
"check_file",
95
"check_name",
6+
"iter_clean_lines",
107
"parse_name_pattern",
11-
"parse_tag_pattern",
128
"parse_selections",
13-
"iter_clean_lines",
9+
"parse_tag_pattern",
10+
"temporary_file",
1411
]
1512

1613

0 commit comments

Comments
 (0)