Removed import of aprsd.messaging

This commit is contained in:
Hemna 2022-12-29 12:14:20 -05:00
parent 3bfc0188c0
commit 7c28bb9886
1 changed files with 2 additions and 2 deletions

View File

@ -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