Skip to content

Commit

Permalink
code-review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Jul 27, 2023
1 parent 5e09aa4 commit 8cf97df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apis/python/src/tiledbsoma/io/registration/signatures.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ def _string_dict_from_arrow_schema(schema: pa.Schema) -> Dict[str, str]:
# pre-check an AnnData/H5AD input to see if it's appendable to an existing SOMA experiment, we
# must not punish the AnnData/H5AD input for it not having a soma_joinid column in its obs and
# var.
if "soma_joinid" in retval:
del retval["soma_joinid"]
retval.pop("soma_joinid", None)
return retval


Expand Down

0 comments on commit 8cf97df

Please sign in to comment.