mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-30 00:23:14 +00:00
ruff: sort imports
This commit is contained in:
@@ -27,13 +27,13 @@ import os
|
||||
import time
|
||||
from collections import Counter
|
||||
from typing import Optional, Union
|
||||
from typing_extensions import TypedDict
|
||||
|
||||
import ifcopenshell
|
||||
import ifcopenshell.util.cost
|
||||
import ifcopenshell.util.date
|
||||
import ifcopenshell.util.element
|
||||
import ifcopenshell.util.unit
|
||||
from typing_extensions import TypedDict
|
||||
|
||||
|
||||
class CostItem(TypedDict, extra_items=float):
|
||||
|
||||
Reference in New Issue
Block a user