Skip to content

Commit a2eda78

Browse files
authored
Merge pull request #7 from turova/patch-1
Add missing werkzeug import
2 parents 2c196d7 + 5fc6cd4 commit a2eda78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/ch05_jinja_templates/final/pypi_org/infrastructure/view_modifiers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from functools import wraps
2-
2+
import werkzeug
33
import flask
44

55

0 commit comments

Comments
 (0)