mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Apply RUF022 (sorted __all__)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user