Skip to content

Commit 04f02d3

Browse files
authored
Add delete mode 'd' to mode options (#262)
1 parent b56e671 commit 04f02d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python-spec/src/somacore/options.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
SOMA_GEOMETRY: Final = "soma_geometry"
2525
"""Global constant for SOMA spatial geometry type."""
2626

27-
OpenMode = Literal["r", "w"]
28-
"""How to open a SOMA object: read or write."""
27+
OpenMode = Literal["r", "w", "d"]
28+
"""How to open a SOMA object: read, write, or delete."""
2929

3030

3131
class ReadPartitions:

0 commit comments

Comments
 (0)