From 9c848dc34d087c515b3e91200468e8cd20549c65 Mon Sep 17 00:00:00 2001 From: pseusys Date: Mon, 18 Mar 2024 13:05:20 +0100 Subject: [PATCH] repeat import added --- tests/script/core/test_actor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/script/core/test_actor.py b/tests/script/core/test_actor.py index b5d9239f1..9c4dcc7f5 100644 --- a/tests/script/core/test_actor.py +++ b/tests/script/core/test_actor.py @@ -12,6 +12,7 @@ Message, ) from dff.script.conditions import true +from dff.script.labels import repeat def positive_test(samples, custom_class):