Fix import

This commit is contained in:
2019-07-08 12:26:03 +02:00
parent f7290b3ef2
commit c6a340746a

View File

@ -1,6 +1,6 @@
import threading
import datetime
from AbstractNotificationReceiver import AbstractNotificationReceiver
from NotificationForwarder import AbstractNotificationReceiver
class ScanRateConsideringQueueFeeder(threading.Thread, AbstractNotificationReceiver):