Skip to content

Commit

Permalink
Merge pull request #72 from hartwork/drop-unused-imports
Browse files Browse the repository at this point in the history
Remove unused imports
  • Loading branch information
asyncee committed May 19, 2020
2 parents 8c5f6d7 + 0ddfcce commit 6ff2000
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion easy_select2/widgets.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import json

import django
from django import forms
from django.conf import settings
from django.utils.safestring import mark_safe
Expand Down
1 change: 0 additions & 1 deletion sampleproject/demoapp/admin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from django.contrib import admin
from django import forms

from easy_select2 import select2_modelform

Expand Down
2 changes: 1 addition & 1 deletion sampleproject/demoapp/migrations/0002_remove_note_mood.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

from django.db import models, migrations
from django.db import migrations


class Migration(migrations.Migration):
Expand Down
2 changes: 1 addition & 1 deletion sampleproject/sampleproject/urls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from django.conf.urls import include, url
from django.conf.urls import url
from django.conf.urls.static import static
from django.conf import settings

Expand Down

0 comments on commit 6ff2000

Please sign in to comment.