Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Dec 8, 2022
1 parent 048bb5a commit 7d9dd64
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions model_clone/mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,6 @@ def check(cls, **kwargs): # pragma: no cover

return errors

@classmethod
def bulk_clone_multi(cls, objs, attrs=None, batch_size=None):
# type: (List[models.Model], Optional[List[Dict]], Optional[int]) -> List[models.Model]
# TODO: Support bulk clones split by the batch_size
pass

@transaction.atomic
def make_clone(self, attrs=None, sub_clone=False, using=None, parent=None):
"""Creates a clone of the django model instance.
Expand Down

0 comments on commit 7d9dd64

Please sign in to comment.