Skip to content

Commit cd13a5c

Browse files
Heasummnuntitaker
authored andcommitted
Fix pallets#2051: Fix flaskr import in flaskr/__init__.py (pallets#2052)
1 parent 49ecc88 commit cd13a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/flaskr/flaskr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from flaskr import app
1+
from flaskr.flaskr import app

0 commit comments

Comments
 (0)