Apply RUF022 (sorted __all__)

This commit is contained in:
Andrej730
2025-08-08 16:24:20 +05:00
parent 858e8743ba
commit 36b86bbb54
8 changed files with 56 additions and 55 deletions
@@ -93,10 +93,10 @@ from .sql import sqlite, sqlite_entity
# explicitly specify available imported symbols
# (it's a requirement for a typed library)
__all__ = [
"ifcopenshell_wrapper",
"entity_instance",
"file",
"guid",
"entity_instance",
"ifcopenshell_wrapper",
"sqlite",
"sqlite_entity",
"stream",