Skip to content

Commit

Permalink
fix: change name of context manager function
Browse files Browse the repository at this point in the history
  • Loading branch information
CheeseCake87 committed Jul 16, 2024
1 parent ab29c11 commit 8c54e13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flask_imp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .imp import Imp as Imp
from .imp_blueprint import ImpBlueprint as Blueprint

__version__ = "4.0.2"
__version__ = "4.0.3"

__all__ = [
"Auth",
Expand Down
4 changes: 2 additions & 2 deletions flask_imp/_cli/filelib/all_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class GlobalFileLib:
@app.cli.command("config")
def create_tables():
def show_config():
print(app.config)
Expand Down Expand Up @@ -65,7 +65,7 @@ def delete_example_user():
@app.cli.command("config")
def create_tables():
def show_config():
print(app.config)
"""

Expand Down

0 comments on commit 8c54e13

Please sign in to comment.