diff --git a/examples/notebook/app.py b/examples/notebook/app.py index 0dc2c62..e38f2f1 100644 --- a/examples/notebook/app.py +++ b/examples/notebook/app.py @@ -48,12 +48,6 @@ def __repr__(self): return f'' # pragma: no cover -# callbacks -@app.shell_context_processor -def make_shell_context(): - return dict(db=db, Note=Note) # pragma: no cover - - # commands @app.cli.command('init') @click.option('--drop-table', is_flag=True, help='Re-create the tables.')