Skip to content

Commit

Permalink
fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed May 17, 2024
1 parent c61b420 commit 07a49aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/blueapi/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
from requests.exceptions import ConnectionError

from blueapi import __version__

from blueapi.cli.event_bus_client import EventBusClient
from blueapi.cli.event_bus_client import BlueskyRemoteError, EventBusClient
from blueapi.config import ApplicationConfig, ConfigLoader
from blueapi.core import DataEvent
from blueapi.messaging import MessageContext
Expand Down

0 comments on commit 07a49aa

Please sign in to comment.