Skip to content

Commit

Permalink
more PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
bhilbert4 committed Feb 8, 2024
1 parent 842176a commit 21a0c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwql/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ class QueryConfigKeys:
"nirspec": ['FULL'] + sorted(schema["properties"]["meta"]["properties"]["subarray"]["properties"]["name"]["anyOf"][6]['enum']),
"miri": ['FULL'] + sorted(schema["properties"]["meta"]["properties"]["subarray"]["properties"]["name"]["anyOf"][1]['enum']),
"fgs": ['FULL'] + sorted(schema["properties"]["meta"]["properties"]["subarray"]["properties"]["name"]["anyOf"][0]['enum'])
}
}

# Filename suffixes that need to include the association value in the suffix in
# order to identify the preview image file. This should only be crf and crfints,
Expand Down

0 comments on commit 21a0c48

Please sign in to comment.