mirror of
https://github.com/hemna/aprsd-slack-plugin.git
synced 2026-01-23 22:15:52 -05:00
Removed import of aprsd.messaging
This commit is contained in:
parent
3bfc0188c0
commit
7c28bb9886
@ -1,6 +1,6 @@
|
||||
import logging
|
||||
|
||||
from aprsd import messaging, packets, plugin
|
||||
from aprsd import packets, plugin
|
||||
from oslo_config import cfg
|
||||
|
||||
import aprsd_slack_plugin
|
||||
@ -53,4 +53,4 @@ class SlackNotifyPlugin(
|
||||
self.swc.chat_postMessage(**message)
|
||||
|
||||
# Don't have aprsd try and send a reply
|
||||
return messaging.NULL_MESSAGE
|
||||
return packets.NULL_MESSAGE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user