mirror of
https://github.com/caronc/apprise.git
synced 2025-07-01 15:00:22 +02:00
run code through flake8
This commit is contained in:
@ -37,6 +37,7 @@ from ..common import NotifyType
|
|||||||
from ..utils.parse import is_phone_no, parse_phone_no, parse_bool
|
from ..utils.parse import is_phone_no, parse_phone_no, parse_bool
|
||||||
from ..locale import gettext_lazy as _
|
from ..locale import gettext_lazy as _
|
||||||
|
|
||||||
|
|
||||||
class NotifySeven(NotifyBase):
|
class NotifySeven(NotifyBase):
|
||||||
"""
|
"""
|
||||||
A wrapper for seven Notifications
|
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
|
Initialize Seven Object
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user