Skip to content

Commit

Permalink
Remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed May 11, 2024
1 parent 009b83b commit 69546cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python/select_from_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def main():
action="store",
default=scriptdir + "/" + "../../results/combined/result.csv",
)
# Todo: Also parse arguments from the query.
parser.add_argument("columns", nargs=argparse.REMAINDER)
args = parser.parse_args()

Expand Down

0 comments on commit 69546cc

Please sign in to comment.