Skip to content

Commit

Permalink
Rename decorators.py to view_decorators.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vimalloc committed Apr 10, 2017
1 parent 1267749 commit 6ad669b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_jwt_extended/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .jwt_manager import JWTManager
from .decorators import (
from .view_decorators import (
jwt_required, fresh_jwt_required, jwt_refresh_token_required
)
from .utils import (
Expand Down
File renamed without changes.

0 comments on commit 6ad669b

Please sign in to comment.