From 2a6fde912bd65b7e60ae17b3355902c2dcdea29e Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 14 Aug 2026 16:05:58 +0100 Subject: Remove TODO note about synopses. This was completed in 185b459cc11a2e8661817f2750d98f9051541761. --- domagi/domagi.py | 1 - 1 file changed, 1 deletion(-) 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(), -- cgit 1.4.1