Skip to content

Commit

Permalink
import allow none
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jan 23, 2024
1 parent 51030cf commit d1bb942
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions codeforlife/permissions/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
"""
© Ocado Group
Created on 23/01/2024 at 16:38:07(+00:00).
Reusable DRF permissions.
"""

from .allow_none import AllowNone
from .is_cron_request_from_google import IsCronRequestFromGoogle

0 comments on commit d1bb942

Please sign in to comment.