Skip to content

Commit 85233a1

Browse files
committed
Remove type ignore
1 parent 0653e2c commit 85233a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/task_processor/processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def _run_task(
194194
"result": result.lower(),
195195
}
196196

197-
timer.labels(**labels) # type: ignore[no-untyped-call]
197+
timer.labels(**labels)
198198
ctx.close()
199199

200200
metrics.flagsmith_task_processor_finished_tasks_total.labels(**labels).inc()

0 commit comments

Comments
 (0)