Skip to content

Commit

Permalink
reformat file
Browse files Browse the repository at this point in the history
  • Loading branch information
Buhle79 committed Feb 14, 2024
1 parent 39b8cde commit 298d575
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions home/import_content_pages.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import contextlib
import csv
import io
import json
from collections import defaultdict
from dataclasses import dataclass, field, fields
Expand Down Expand Up @@ -723,4 +722,3 @@ def deserialise_list(value: str) -> list[str]:

items = list(csv.reader([value]))[0]
return [item.strip() for item in items]

0 comments on commit 298d575

Please sign in to comment.