mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 22:43:41 +00:00
Fix Ruff UP035 (also deprecated annotation symbols)
This commit is contained in:
@@ -20,8 +20,7 @@ import sys
|
||||
import json
|
||||
import pytest
|
||||
import bonsai.core.tool
|
||||
from typing import Any, Optional, TypedDict, Literal
|
||||
from typing_extensions import Self
|
||||
from typing import Any, Optional, TypedDict, Literal, Self
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
||||
Reference in New Issue
Block a user