Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed May 29, 2024
1 parent 4e7d24e commit fd77bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mqttplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
import typing as t

from fauxmo.plugins import FauxmoPlugin
from paho.mqtt.client import Client, MQTTMessage, CallbackAPIVersion
from paho.mqtt.client import CallbackAPIVersion, Client, MQTTMessage


class MQTTPlugin(FauxmoPlugin):
Expand Down

0 comments on commit fd77bf4

Please sign in to comment.