Skip to content

Commit 5ece7ef

Browse files
authored
fix: string -> f-string where intended (#2528)
1 parent be52599 commit 5ece7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thunder/core/jit_ext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ def _general_custom_op_def_call_lookaside(wrapped_opoverload_packet, *args, **kw
11311131
symbol is not None,
11321132
lambda: (
11331133
f"{opoverload_packet} is not registered. Register its `custom_op` output with `thunder.torch.register_custom_op` "
1134-
"`custom_op(name)(fn)` output, not `{opoverload_packet}` itself"
1134+
f"`custom_op(name)(fn)` output, not `{opoverload_packet}` itself"
11351135
),
11361136
)
11371137

0 commit comments

Comments
 (0)