mirror of
https://github.com/caronc/apprise.git
synced 2025-03-13 06:18:14 +01:00
run code through flake8
This commit is contained in:
parent
5b8719a943
commit
a6e52c0735
@ -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
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user