Skip to content

Commit 0201849

Browse files
format
1 parent 642e30e commit 0201849

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

FABulous/fabric_definition/Yosys_obj.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ class YosysCellDetails:
2323
parameters: dict[str, str]
2424
attributes: dict[str, str | int]
2525
connections: dict[str, BitVector]
26-
port_directions: dict[str, Literal["input", "output", "inout"]] = field(default_factory=dict)
26+
port_directions: dict[str, Literal["input", "output", "inout"]] = field(
27+
default_factory=dict
28+
)
2729
model: str = ""
2830

2931

0 commit comments

Comments
 (0)