mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
lint
Signed-off-by: Litchi Pi <litchi.pi@proton.me>
This commit is contained in:
parent
f289171ce1
commit
9d0a0990e6
1 changed files with 2 additions and 1 deletions
|
@ -52,6 +52,7 @@ class IncompleteData(Exception):
|
||||||
"""
|
"""
|
||||||
This exception is raised when a user sends incomplete data to the API
|
This exception is raised when a user sends incomplete data to the API
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, missing, *args, **kwargs):
|
def __init__(self, missing, *args, **kwargs):
|
||||||
Exception.__init__(*args, **kwargs):
|
Exception.__init__(*args, **kwargs)
|
||||||
self.missing = missing
|
self.missing = missing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue