mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Removed unused import.
This commit is contained in:
parent
74e1980cf9
commit
ca48cef3b4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
from django.contrib.postgres.operations import HStoreExtension
|
||||
from django.db import models, migrations
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue