Skip to content

Commit

Permalink
fix: bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz committed Oct 23, 2024
1 parent ac33b0a commit db8279f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silverback/cluster/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -17,7 +18,6 @@
ClusterHealth,
ClusterInfo,
ClusterState,
LogLevel,
RegistryCredentialsInfo,
StreamInfo,
VariableGroupInfo,
Expand Down

0 comments on commit db8279f

Please sign in to comment.