diff options
| author | Arun Isaac | 2026-08-14 16:05:58 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-08-14 16:05:58 +0100 |
| commit | 2a6fde912bd65b7e60ae17b3355902c2dcdea29e (patch) | |
| tree | 3595ce8859c87474d9bcf1ca93901d552b975b31 | |
| parent | c1cc6709705b4cddb339a92f7d7ed71d1a1600b8 (diff) | |
| download | domagi-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.py | 1 |
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(), |
