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 734bcccda118200471e83feaab3816475839d71a Author: Martin Zink <[email protected]> AuthorDate: Thu Feb 12 14:12:50 2026 +0100 linter fix --- behave_framework/src/minifi_test_framework/containers/container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/behave_framework/src/minifi_test_framework/containers/container.py b/behave_framework/src/minifi_test_framework/containers/container.py index 62180f3c1..90657fbe8 100644 --- a/behave_framework/src/minifi_test_framework/containers/container.py +++ b/behave_framework/src/minifi_test_framework/containers/container.py @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -from typing import TYPE_CHECKING, Union +from typing import TYPE_CHECKING import json import logging
