Skip to content

Commit 753f4dc

Browse files
committed
Fix sorting order.
1 parent 6ea6e37 commit 753f4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework/authtoken/migrations/0002_auto_20160226_1747.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- coding: utf-8 -*-
22
from __future__ import unicode_literals
33

4-
from django.db import migrations, models
54
from django.conf import settings
5+
from django.db import migrations, models
66

77

88
class Migration(migrations.Migration):

0 commit comments

Comments
 (0)