Skip to content

Commit

Permalink
chore: Remove irrelevant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 7, 2024
1 parent 228ce81 commit c1a3aa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cove_oc4ids/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def explore_oc4ids(request, pk):
file_type = context["file_type"]

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

0 comments on commit c1a3aa9

Please sign in to comment.