Skip to content

Commit c1a3aa9

Browse files
committed
chore: Remove irrelevant comment
1 parent 228ce81 commit c1a3aa9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cove_oc4ids/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def explore_oc4ids(request, pk):
2929
file_type = context["file_type"]
3030

3131
if file_type == "json":
32-
# open the data first so we can inspect for record package
3332
with open(file_name, encoding="utf-8") as fp:
3433
try:
3534
json_data = json.load(fp)

0 commit comments

Comments
 (0)