Skip to content

Commit 9db09a2

Browse files
committed
let's see if I'm the only one, which sees this break
1 parent 58abf25 commit 9db09a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dsl/orchestration/test_call.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def __init__(self, stencil_factory: StencilFactory):
1919
orchestrate(obj=self, config=stencil_factory.config.dace_config)
2020
self.stencil = stencil_factory.from_dims_halo(_stencil, [I_DIM, J_DIM, K_DIM])
2121

22-
def __call__(self, out_qty):
22+
def __call__(self, out_qty: Quantity):
2323
self.stencil(out_qty)
2424

2525

0 commit comments

Comments
 (0)