about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2026-08-14 16:05:58 +0100
committerArun Isaac2026-08-14 16:05:58 +0100
commit2a6fde912bd65b7e60ae17b3355902c2dcdea29e (patch)
tree3595ce8859c87474d9bcf1ca93901d552b975b31
parentc1cc6709705b4cddb339a92f7d7ed71d1a1600b8 (diff)
downloaddomagi-2a6fde912bd65b7e60ae17b3355902c2dcdea29e.tar.gz
domagi-2a6fde912bd65b7e60ae17b3355902c2dcdea29e.tar.lz
domagi-2a6fde912bd65b7e60ae17b3355902c2dcdea29e.zip
Remove TODO note about synopses.
This was completed in 185b459cc11a2e8661817f2750d98f9051541761.
-rw-r--r--domagi/domagi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/domagi/domagi.py b/domagi/domagi.py
index 775c9b1..4cc5137 100644
--- a/domagi/domagi.py
+++ b/domagi/domagi.py
@@ -243,7 +243,6 @@ def extract(con, outfile, segment_name, path_range, steps, threads):
     DROP TABLE initial_segment;
     """)
 
-# TODO: Add synopses for commands.
 @main.command(short_help="Write graph in sparse matrix format")
 @click.option("-i", "--db", "--idx", "con",
               type=DuckDBParamType(),