Skip to content

Commit 053a0a2

Browse files
committed
Clean up parsing.py
1 parent 4c2914b commit 053a0a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/cases_generator/parsing.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class OpName(Node):
105105

106106
@dataclass
107107
class InstHeader(Node):
108-
annotations : list[str]
108+
annotations: list[str]
109109
kind: Literal["inst", "op"]
110110
name: str
111111
inputs: list[InputEffect]
@@ -114,7 +114,7 @@ class InstHeader(Node):
114114

115115
@dataclass
116116
class InstDef(Node):
117-
annotations : list[str]
117+
annotations: list[str]
118118
kind: Literal["inst", "op"]
119119
name: str
120120
inputs: list[InputEffect]

0 commit comments

Comments
 (0)