Skip to content

Commit 910fbcd

Browse files
committed
run pre-commit
1 parent 7974afd commit 910fbcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

otlp_psqlpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ async def _do_cursor_execute(self, func, instance, args, kwargs):
228228

229229
stop = False
230230
with self._tracer.start_as_current_span(
231-
f"CURSOR",
231+
"CURSOR",
232232
kind=SpanKind.CLIENT,
233233
) as span:
234234
if span.is_recording():

0 commit comments

Comments
 (0)