Skip to content

Commit

Permalink
Apply ruff rule RUF022
Browse files Browse the repository at this point in the history
RUF022 `__all__` is not sorted
  • Loading branch information
DimitriPapadopoulos committed Feb 4, 2025
1 parent 78e44c8 commit abaf009
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xsd-fu/python/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@

missing = object()

__all__ = ['distinct', 'pathmatch', 'relpath', 'wraptext', 'UTC',
'LOCALTZ']
__all__ = ['LOCALTZ', 'UTC', 'distinct', 'pathmatch', 'relpath', 'wraptext']
__docformat__ = 'restructuredtext en'


Expand Down

0 comments on commit abaf009

Please # to comment.