Skip to content

Commit 8a540c3

Browse files
committed
reorder imports
1 parent 67afb6e commit 8a540c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binary_database_files/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# -*- coding: utf-8 -*-
22
from __future__ import print_function, unicode_literals
3+
from six import python_2_unicode_compatible
34

45
from django.conf import settings
56
from django.db import models
67
from django.utils import timezone
7-
from six import python_2_unicode_compatible
88

99
from django.db.models import BinaryField
1010

0 commit comments

Comments
 (0)