Skip to content

Commit

Permalink
Hush, flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jellybob committed Apr 15, 2024
1 parent 686a142 commit 4116e3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
from . import bucketise, BaseModel
from .permission import UserPermission, Permission
from .volunteer.shift import ShiftEntry
from .web_push import WebPushTarget
from .notifications import UserNotificationPreference

CHECKIN_CODE_LEN = 16
checkin_code_re = r"[0-9a-zA-Z_-]{%s}" % CHECKIN_CODE_LEN
Expand Down

0 comments on commit 4116e3b

Please sign in to comment.