lordgamez commented on code in PR #2238: URL: https://github.com/apache/nifi-minifi-cpp/pull/2238#discussion_r3783751191
########## behave_framework/src/minifi_behave/core/hooks.py: ########## @@ -28,6 +28,10 @@ logger = logging.getLogger(__name__) +from behave_framework.src.minifi_behave.containers.docker_image_builder import ( + DockerImageBuilder, +) Review Comment: nitpick: could this be just a oneliner like every other import and moved next to them like ``` from minifi_behave.containers.docker_image_builder import DockerImageBuilder ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
