Skip to content

Commit 6ad669b

Browse files
committed
Rename decorators.py to view_decorators.py
1 parent 1267749 commit 6ad669b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

flask_jwt_extended/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .jwt_manager import JWTManager
2-
from .decorators import (
2+
from .view_decorators import (
33
jwt_required, fresh_jwt_required, jwt_refresh_token_required
44
)
55
from .utils import (

0 commit comments

Comments
 (0)