Skip to content

Commit 42cf782

Browse files
committed
Removed g object from example as it was unused
1 parent 1b08d52 commit 42cf782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/flaskr/flaskr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212

1313
from sqlite3 import dbapi2 as sqlite3
14-
from flask import Flask, request, session, g, redirect, url_for, abort, \
14+
from flask import Flask, request, session, redirect, url_for, abort, \
1515
render_template, flash, _app_ctx_stack
1616

1717
# configuration

0 commit comments

Comments
 (0)