Skip to content

Commit 345692c

Browse files
add 1 blank line
1 parent ce08a91 commit 345692c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bindings/python/tests/test_runtime/test_compiled_model.py

+1
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ def test_memory_release(device):
329329
compiled_model.release_memory()
330330
request.infer({0: input_tensor, 1: input_tensor})
331331

332+
332333
def test_set_property_set_type():
333334
model = get_relu_model([1, 3, 32, 32])
334335
core = Core()

0 commit comments

Comments
 (0)