run code through flake8

This commit is contained in:
André Matthies 2025-03-06 12:47:06 +01:00
parent 5b8719a943
commit a6e52c0735

View File

@ -37,6 +37,7 @@ from ..common import NotifyType
from ..utils.parse import is_phone_no, parse_phone_no, parse_bool
from ..locale import gettext_lazy as _
class NotifySeven(NotifyBase):
"""
A wrapper for seven Notifications
@ -114,7 +115,8 @@ class NotifySeven(NotifyBase):
},
})
def __init__(self, apikey, targets=None, source=None, flash=None, **kwargs):
def __init__(self, apikey, targets=None, source=None, flash=None,
**kwargs):
"""
Initialize Seven Object
"""