Skip to content

Commit 5fafbc2

Browse files
committed
noqa: RUF022
1 parent 989de99 commit 5fafbc2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pyperformance/_utils.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
__all__ = [
2-
"MS_WINDOWS",
1+
__all__ = [ # noqa: RUF022
2+
# filesystem
33
"check_dir",
44
"check_file",
5+
"temporary_file",
6+
# platform
7+
"MS_WINDOWS",
8+
# misc
59
"check_name",
610
"iter_clean_lines",
711
"parse_name_pattern",
812
"parse_selections",
913
"parse_tag_pattern",
10-
"temporary_file",
1114
]
1215

1316

0 commit comments

Comments
 (0)