This is an automated email from the ASF dual-hosted git repository. martinzink pushed a commit to branch MINIFICPP-2711 in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
commit 997867a5398555e0df736e4c7aa7b2faf5f464e7 Author: Martin Zink <[email protected]> AuthorDate: Thu Feb 12 14:44:59 2026 +0100 fix --- behave_framework/src/minifi_test_framework/containers/container.py | 1 + 1 file changed, 1 insertion(+) diff --git a/behave_framework/src/minifi_test_framework/containers/container.py b/behave_framework/src/minifi_test_framework/containers/container.py index 90657fbe8..fe5c3db19 100644 --- a/behave_framework/src/minifi_test_framework/containers/container.py +++ b/behave_framework/src/minifi_test_framework/containers/container.py @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # +from __future__ import annotations from typing import TYPE_CHECKING import json
