Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix-tests' into fix-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschutt committed Feb 16, 2024
2 parents bd12fc6 + 6b9c32e commit 0cc3131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Expand Up @@ -68,8 +68,8 @@ async def redis_broker(serializer: Serializer) -> EventBroker:

@pytest.fixture
def mqtt_broker(serializer: Serializer) -> EventBroker:
from paho.mqtt.enums import CallbackAPIVersion
from paho.mqtt.client import Client
from paho.mqtt.enums import CallbackAPIVersion

from apscheduler.eventbrokers.mqtt import MQTTEventBroker

Expand Down

0 comments on commit 0cc3131

Please sign in to comment.