Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 21, 2022
1 parent a2987d3 commit b345d3b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions model_clone/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

class CloneModelAdminMixin(object):
"""Mixin to handle duplication of models."""

include_duplicate_action = True
include_duplicate_object_link = True

Expand Down
2 changes: 0 additions & 2 deletions model_clone/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import contextlib
import functools
import re
import warnings

import six
from django.db import models, transaction
Expand Down
1 change: 1 addition & 0 deletions sample_assignment/admin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from django.contrib import admin

from sample_assignment.models import Contract


Expand Down

0 comments on commit b345d3b

Please sign in to comment.