Skip to content

Commit

Permalink
remove blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Joey Chatelain committed Apr 19, 2024
1 parent d3a7c6b commit a7bab6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tom_targets/management/commands/converttargetextras.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def convert_target_extra(self, chosen_extra, chosen_model_field):
target.save()
extra.delete()


def handle(self, *args, **options):
chosen_extras = options['target_extra']
chosen_model_fields = options['model_field']
Expand Down

0 comments on commit a7bab6d

Please sign in to comment.