8000 Updated README with missing import in example code · dcramer/django-devserver@3225b44 · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit 3225b44

Browse files
committed
Updated README with missing import in example code
1 parent 51b42f0 commit 3225b44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ When using the decorator, we recommend that rather than import the decoration di
154154
raise ImportError
155155
from devserver.modules.profile import devserver_profile
156156
except ImportError:
157+
from functools import wraps
157158
class devserver_profile(object):
158159
def __init__(self, *args, **kwargs):
159160
pass

0 commit comments

Comments
 (0)
0