Skip to content

Commit f10e56f

Browse files
committed
ruff & ty
1 parent 05cd445 commit f10e56f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

hololinked/td/interaction_affordance.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@
1010
from pydantic import BaseModel, ConfigDict, RootModel
1111

1212
from hololinked.constants import JSON, ResourceTypes
13-
from hololinked.core.interfaces import ActionMetadata, EventMetadata, InteractionMetadata, PropertyMetadata
13+
from hololinked.core.interfaces import (
14+
ActionMetadata,
15+
EventMetadata,
16+
InteractionMetadata,
17+
PropertyMetadata,
18+
)
1419
from hololinked.td.base import WoTSchema
1520
from hololinked.td.data_schema import DataSchema
1621
from hololinked.td.forms import Form

0 commit comments

Comments
 (0)