Fix Ruff UP006 (deprecated annotation symbols)

This commit is contained in:
Andrej
2025-06-09 10:00:26 +05:00
parent 6eb45917fe
commit 7d4176d105
39 changed files with 231 additions and 241 deletions
+1 -2
View File
@@ -18,7 +18,6 @@
import datetime
from datetime import timedelta, date
from typing import List
import ifcopenshell
import ifcopenshell.api
import ifcopenshell.util.date
@@ -26,7 +25,7 @@ import xml.etree.ElementTree as ET
class MSP2Ifc:
def __init__(self, optionalColumns: List[str] = []):
def __init__(self, optionalColumns: list[str] = []):
self.xml = None
self.file = None
self.ns = None