Skip to content

Commit

Permalink
Merge pull request #38 from yuxiaoy1/feat/flask-shell
Browse files Browse the repository at this point in the history
Remove unnecessary shell context
  • Loading branch information
greyli authored Sep 23, 2024
2 parents 6f030f1 + 9e41d60 commit e6b0fa5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions greybook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from greybook.core.extensions import bootstrap, ckeditor, csrf, db, login_manager, mail, migrate, toolbar
from greybook.core.logging import register_logging
from greybook.core.request import register_request_handlers
from greybook.core.shell import register_shell_handlers
from greybook.core.templating import register_template_handlers
from greybook.settings import config

Expand Down Expand Up @@ -37,6 +36,5 @@ def create_app(config_name):
register_errors(app)
register_template_handlers(app)
register_request_handlers(app)
register_shell_handlers(app)

return app
8 changes: 0 additions & 8 deletions greybook/core/shell.py

This file was deleted.

0 comments on commit e6b0fa5

Please sign in to comment.