Skip to content

Commit

Permalink
Update schema.py
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Nov 13, 2023
1 parent 310bcd7 commit 12621e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uhi/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
else:
from importlib import resources

histogram_file = resources.files("uhi") / "resources/histogram.json"
histogram_file = resources.files("uhi") / "resources/histogram.schema.json"

with histogram_file.open(encoding="utf-8") as f:
histogram_schema = fastjsonschema.compile(json.load(f))
Expand Down

0 comments on commit 12621e2

Please sign in to comment.