Skip to content

Commit d527820

Browse files
authored
Merge pull request #4 from anish5256/master
Import Q from models
2 parents b7c1a71 + a975532 commit d527820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drfpasswordless/authtoken/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import binascii
22
import os
3-
3+
from django.db.models import Q
44
from django.conf import settings
55
from django.db import models
66
from django.utils.translation import gettext_lazy as _

0 commit comments

Comments
 (0)