Skip to content

Commit 5fc6cd4

Browse files
authored
Add missing werkzeug import
1 parent 2c196d7 commit 5fc6cd4

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)