From db8279f066a2e0c964a0fbad4d7159fabe849c07 Mon Sep 17 00:00:00 2001 From: Mike Shultz Date: Tue, 22 Oct 2024 20:41:50 -0600 Subject: [PATCH] fix: bad 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 6597d5ff..0c4d066c 100644 --- a/silverback/cluster/client.py +++ b/silverback/cluster/client.py @@ -5,6 +5,7 @@ import httpx from ape import Contract from ape.contracts import ContractInstance +from ape.logging import LogLevel from apepay import Stream, StreamManager from pydantic import computed_field @@ -17,7 +18,6 @@ ClusterHealth, ClusterInfo, ClusterState, - LogLevel, RegistryCredentialsInfo, StreamInfo, VariableGroupInfo,