about summary refs log tree commit diff
diff options
context:
space:
mode:
-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(),