Skip to content

Commit f2b4db2

Browse files
committed
fix type-check
1 parent 7568304 commit f2b4db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cads_processing_api_service/costing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def estimate_cost(
7575
if costing_info.cost_bar_steps:
7676
cost.cost_bar_steps = costing_info.cost_bar_steps
7777
try:
78-
_ = check_request_validity(
78+
check_request_validity(
7979
request=request,
8080
request_origin=request_origin,
8181
mandatory_inputs=mandatory_inputs,

0 commit comments

Comments
 (0)