Skip to content

Commit fbf7580

Browse files
committed
Fix black
1 parent c5f3ddc commit fbf7580

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tools/jit/_targets.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@ async def _build_stencils(self) -> dict[str, _stencils.StencilGroup]:
225225
cases_and_opnames = sorted(
226226
re.findall(
227227
r"\n( {8}case (\w+): \{\n.*?\n {8}\})",
228-
generated_cases, flags=re.DOTALL,
228+
generated_cases,
229+
flags=re.DOTALL,
229230
)
230231
)
231232
tasks = []

0 commit comments

Comments
 (0)