From 9e29b0d440efdd4787f799a01a247ab2f0d6e30a Mon Sep 17 00:00:00 2001 From: Grzegorz Klimaszewski <166530809+grzegorz-roboflow@users.noreply.github.com> Date: Fri, 10 Jan 2025 15:37:46 +0100 Subject: [PATCH] Sort imports --- .../workflows/enterprise_blocks/sinks/mqtt_writer/v1.py | 1 - 1 file changed, 1 deletion(-) diff --git a/inference/enterprise/workflows/enterprise_blocks/sinks/mqtt_writer/v1.py b/inference/enterprise/workflows/enterprise_blocks/sinks/mqtt_writer/v1.py index 9489020dd..20718bd49 100644 --- a/inference/enterprise/workflows/enterprise_blocks/sinks/mqtt_writer/v1.py +++ b/inference/enterprise/workflows/enterprise_blocks/sinks/mqtt_writer/v1.py @@ -18,7 +18,6 @@ WorkflowBlockManifest, ) - LONG_DESCRIPTION = """ MQTT Writer block for publishing messages to an MQTT broker.