Delete the unnecessary import of notification helpers

pull/70/head
90N45 2023-03-03 12:36:50 +01:00
parent 25d60206e6
commit c84f7d5847
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)