Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Apr 11, 2024
1 parent add8422 commit e6c1829
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apis/python/src/tiledbsoma/io/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,6 @@ def _create_or_open_collection(
context: Optional[SOMATileDBContext],
additional_metadata: AdditionalMetadata = None,
) -> CollectionBase[_TDBO]:

try:
coll = cls.create(uri, context=context)
except AlreadyExistsError:
Expand Down

0 comments on commit e6c1829

Please sign in to comment.