Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
cygnusb committed Jul 15, 2021
1 parent c1a56af commit 683ca04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion slack_asterisk/agi_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
import os
import sys

from . import asterisk_agi
import slack

from . import asterisk_agi

log = logging.getLogger("slack_asterisk")
LOG_SPEC = "%(name)s[%(process)s]: %(filename)s:%(lineno)d/%(funcName)s###%(message)s"
stdout_formatter = logging.Formatter("%(asctime)s.%(msecs)06d" + " " + LOG_SPEC, datefmt='%Y-%m-%dT%T')
Expand Down

0 comments on commit 683ca04

Please sign in to comment.