Fix unsorted __all__ ruff check

This commit is contained in:
Andrej730
2025-12-19 18:13:50 +05:00
parent 4db9d60a97
commit 5d42ded154
@@ -86,7 +86,7 @@ overlapping with geometry. The get_local_view_direction() helper determines if t
camera is viewing from the positive or negative side of each axis.
"""
__all__ = [
__all__ = [ # noqa: RUF022 (unsorted `__all__`)
"GizmoColor",
"GizmoAxis",
"TextAlignment",