Skip to content

Commit a8198cf

Browse files
committed
Fix missing comma...
1 parent dfcaabb commit a8198cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lookup_extensions/sql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from django.db.models.sql import Query as DjangoQuery
55

66

7-
class ExtendedQueryMixin(object)
7+
class ExtendedQueryMixin(object):
88
SUBQUERY_LOOKUPS = (
99
'exists',
1010
'neexists',

0 commit comments

Comments
 (0)