Skip to content

Commit

Permalink
broker: Remove extra Enum following rebase off master
Browse files Browse the repository at this point in the history
  • Loading branch information
sjlongland committed Aug 17, 2021
1 parent 5ec47cc commit e29d6a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion amqtt/broker.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import urllib.parse
from asyncio import CancelledError
from collections import deque
from enum import Enum

from functools import partial
from transitions import Machine, MachineError
Expand Down

0 comments on commit e29d6a7

Please sign in to comment.