Skip to content

Commit

Permalink
Updated dsr_headers
Browse files Browse the repository at this point in the history
  • Loading branch information
CWestICL committed Sep 25, 2023
1 parent 3b3456c commit 5345907
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datahub/dsr.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ class Config:
dsr_headers = {
field["title"]: name
for name, field in DSRModel.schema(by_alias=False)["properties"].items()
if name != "frame"
}


Expand Down

0 comments on commit 5345907

Please sign in to comment.