Skip to content

Commit 640da6f

Browse files
author
Javier Palacios
committed
Alphabetical orden matters ...
1 parent 4ad8186 commit 640da6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/django_mysql/models/aggregates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from django.db.models import Aggregate, CharField
22

3-
from django_mysql.models.fields import SetCharField, ListCharField
3+
from django_mysql.models.fields import ListCharField, SetCharField
44

55

66
class BitAnd(Aggregate):

0 commit comments

Comments
 (0)