Delete the unnecessary import of notification helpers

pull/72/head
90N45 2023-03-03 12:36:50 +01:00 committed by Mike Kershaw / Dragorn
parent 36a9ce8098
commit 1d07433d60
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ import urllib.request
import urllib.parse
import logging
from pineapple.modules import Module, Request
import pineapple.helpers.notification_helpers as notifier
module = Module('wigle', logging.DEBUG)