From 1ad9353efa8e6e4816d45d3c8add27f6fb89df24 Mon Sep 17 00:00:00 2001 From: Dalena Date: Fri, 1 Nov 2024 15:12:03 -0500 Subject: [PATCH] fix: import --- silverback/cluster/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/silverback/cluster/client.py b/silverback/cluster/client.py index 4ed51f1a..a3a6c563 100644 --- a/silverback/cluster/client.py +++ b/silverback/cluster/client.py @@ -9,9 +9,9 @@ from apepay import Stream, StreamManager from pydantic import computed_field +from silverback.exceptions import ClientError from silverback.version import version -from .exceptions import ClientError from .types import ( BotHealth, BotInfo,