diff --git a/src/ScanRateConsideringQueueFeeder.py b/src/ScanRateConsideringQueueFeeder.py index b977098..3087a0f 100644 --- a/src/ScanRateConsideringQueueFeeder.py +++ b/src/ScanRateConsideringQueueFeeder.py @@ -1,6 +1,6 @@ import threading import datetime -from AbstractNotificationReceiver import AbstractNotificationReceiver +from NotificationForwarder import AbstractNotificationReceiver class ScanRateConsideringQueueFeeder(threading.Thread, AbstractNotificationReceiver):