Skip to content

Commit

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

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

0 comments on commit 4d67261

Please sign in to comment.