Skip to content

Commit

Permalink
chore: Avoid ERA001 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 7, 2024
1 parent ed5815d commit 228ce81
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions cove_oc4ids/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,8 @@ def explore_oc4ids(request, pk):
schema_oc4ids = SchemaOC4IDS(lib_cove_oc4ids_config=lib_cove_oc4ids_config)

# This feature is disabled, because `flattened.xlsx` was requested once in 14 days as of 2020-10-06.
# > context.update(
# > convert_json(
# > upload_dir,
# > upload_url,
# > file_name,
# > lib_cove_oc4ids_config,
# > schema_url=schema_oc4ids.schema_url,
# > replace=True,
# > request=request,
# > flatten=True,
# > )
# > )
# context.update(convert_json(upload_dir, upload_url, file_name, lib_cove_oc4ids_config,
# schema_url=schema_oc4ids.schema_url, replace=True, request=request, flatten=True))
else:
schema_oc4ids = SchemaOC4IDS(lib_cove_oc4ids_config=lib_cove_oc4ids_config)
context.update(
Expand Down

0 comments on commit 228ce81

Please sign in to comment.