Fix import
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
import threading
|
import threading
|
||||||
import datetime
|
import datetime
|
||||||
from AbstractNotificationReceiver import AbstractNotificationReceiver
|
from NotificationForwarder import AbstractNotificationReceiver
|
||||||
|
|
||||||
|
|
||||||
class ScanRateConsideringQueueFeeder(threading.Thread, AbstractNotificationReceiver):
|
class ScanRateConsideringQueueFeeder(threading.Thread, AbstractNotificationReceiver):
|
||||||
|
Reference in New Issue
Block a user