Skip to content

Commit

Permalink
fix pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed May 2, 2024
1 parent f48476c commit b192377
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def maybe_swap_with_thumbnail(
entry["nickname"] = entry["id"]
entry["nickname_icon"] = entry["id_emoji"]
entry["entry_source"] = rv.rdf_url
entry["entry_sha256"] = None if rdf_path is None else get_sha256(rdf_path)
entry["entry_sha256"] = get_sha256(rdf_path)
entry["rdf_source"] = entry["entry_source"]
entry["version_number"] = rv.version
entry["versions"] = list(rv.concept.versions.published)
Expand Down

0 comments on commit b192377

Please sign in to comment.