Skip to content

Commit

Permalink
Fixed isort import that's inconsistent between platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
loic committed Feb 10, 2015
1 parent a347345 commit c8e24bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions django/db/backends/sqlite3/schema.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import _sqlite3 # isort:skip
import codecs
import copy
from decimal import Decimal

import _sqlite3

from django.apps.registry import Apps
from django.db.backends.base.schema import BaseDatabaseSchemaEditor
from django.utils import six
Expand Down

0 comments on commit c8e24bb

Please sign in to comment.