Skip to content

Commit

Permalink
Fix import order error
Browse files Browse the repository at this point in the history
  • Loading branch information
com4 committed May 5, 2017
1 parent 53169eb commit c35585a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventmq/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from eventmq.log import setup_logger
from . import conf, constants, exceptions, poller, receiver
from .constants import (
CLIENT_TYPE, DISCONNECT, KBYE, PROTOCOL_VERSION, STATUS_COMMANDS, STATUS
CLIENT_TYPE, DISCONNECT, KBYE, PROTOCOL_VERSION, STATUS, STATUS_COMMANDS
)
from .utils import tuplify
from .utils.classes import EMQdeque, HeartbeatMixin
Expand Down

0 comments on commit c35585a

Please sign in to comment.