mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[1.7.x] Fixed flake8 warning.
Backport of 5cba975d26 from master
This commit is contained in:
parent
a3e9e9e6c6
commit
a0954a0681
@ -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…
x
Reference in New Issue
Block a user