Skip to content

Commit

Permalink
Fix import.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Aug 9, 2022
1 parent e6c314d commit 4c30a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jazzband/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import uuid
from datetime import datetime

import werkzeug.security
from flask import current_app
from flask_hookserver import Hooks
import werkzeug.security

from .db import redis
from .members.models import User
Expand Down

0 comments on commit 4c30a69

Please sign in to comment.