Skip to content

Commit

Permalink
remove make_shell_context from app, as the Flask app has that method …
Browse files Browse the repository at this point in the history
…now since 0.11

fixes #53
  • Loading branch information
guruofgentoo committed Feb 26, 2021
1 parent 8def18a commit 75e4541
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions keg/app.py
Expand Up @@ -219,9 +219,6 @@ def testing_prep(cls, **config):

return cm.app

def make_shell_context(self):
return {}

@property
def logger(self):
"""Standard logger for the app."""
Expand Down

0 comments on commit 75e4541

Please sign in to comment.