black, ruff

This commit is contained in:
Andrej730
2026-09-01 09:33:48 +05:00
parent b5670c4fc5
commit 0606a6100c
4 changed files with 6 additions and 10 deletions
@@ -25,9 +25,7 @@ import ifcopenshell.util.alignment
from ifcopenshell import entity_instance
def create_from_csv(
file: ifcopenshell.file, filepath: str, start_station: Optional[float] = None
) -> entity_instance:
def create_from_csv(file: ifcopenshell.file, filepath: str, start_station: Optional[float] = None) -> entity_instance:
"""
Creates an alignment from PI data stored in a CSV file.