mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Fix Ruff UP035 (also deprecated annotation symbols)
This commit is contained in:
@@ -20,7 +20,8 @@ import datetime
|
||||
import ifcopenshell.util.date
|
||||
from math import floor
|
||||
from functools import cache
|
||||
from typing import Union, Literal, Optional, Iterator
|
||||
from typing import Union, Literal, Optional
|
||||
from collections.abc import Iterator
|
||||
|
||||
|
||||
DURATION_TYPE = Literal["ELAPSEDTIME", "WORKTIME", "NOTDEFINED"]
|
||||
|
||||
Reference in New Issue
Block a user