mirror of
https://github.com/django/django.git
synced 2025-09-27 04:29:17 +00:00
Fixed isort import that's inconsistent between platforms.
This commit is contained in:
parent
a3473454ad
commit
c8e24bbc9b
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue