Skip to content

Commit

Permalink
Minor issue (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmi4er4 authored Sep 8, 2024
1 parent ec0cfab commit 8030e73
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def handle(self, *args, **options):
changed_at = datetime.strptime(options["changed_at"], "%d.%m.%Y")
with open(filename) as csvfile:
reader = csv.DictReader(csvfile, delimiter=delimiter)
headers = next(reader)
found_counter = 0
created_counter = 0
with transaction.atomic():
Expand Down

0 comments on commit 8030e73

Please sign in to comment.