Fixed flake8 warning.
This commit is contained in:
parent
f7eee04ebe
commit
5cba975d26
|
@ -1,5 +1,6 @@
|
||||||
from importlib import import_module
|
from importlib import import_module
|
||||||
|
|
||||||
|
|
||||||
def deconstructible(*args, **kwargs):
|
def deconstructible(*args, **kwargs):
|
||||||
"""
|
"""
|
||||||
Class decorator that allow the decorated class to be serialized
|
Class decorator that allow the decorated class to be serialized
|
||||||
|
|
Loading…
Reference in New Issue