Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
syre committed Mar 30, 2023
1 parent 26e5431 commit e34dee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion constance/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def clean(self):
return cleaned_data


>>>>>>> upstream/master
class ConstanceAdmin(admin.ModelAdmin):
change_list_template = 'admin/constance/change_list.html'
change_list_form = ConstanceForm
Expand Down
3 changes: 2 additions & 1 deletion constance/management/commands/constance.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
from django.utils.translation import gettext as _

from ... import config
from ...admin import ConstanceForm, get_values
from ...forms import ConstanceForm
from ...utils import get_values
from ...models import Constance


Expand Down

0 comments on commit e34dee6

Please sign in to comment.