Skip to content

Commit

Permalink
Fix TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
bbugyi200 committed Dec 27, 2024
1 parent 4d6e939 commit c3880ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zorg/app/runners/_run_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def run_query(cfg: QueryConfig) -> int:
tmp_zoq_path = Path(_create_temp_query_page(tmp_zorg_dir))
tmp_zoq_path.write_text(f"# {cfg.query}\n")

# TODO: Fix pylint complaint about duplicate code between this module
# and _run_edit.py and re-enable this lint!
# TODO(bugyi): Fix pylint complaint about duplicate code between this
# module and _run_edit.py and re-enable this lint!
#
# pylint: disable=duplicate-code
if cfg.open_in_editor:
Expand Down

0 comments on commit c3880ec

Please sign in to comment.