Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Nov 29, 2024
1 parent c74229c commit ad8da28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/makim/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ def run_app() -> None:
)

# create tasks data
# group_names = list(makim.global_data.get('groups', {}).keys())
tasks: dict[str, Any] = {}
for group_name, group_data in makim.global_data.get('groups', {}).items():
for task_name, task_data in group_data.get('tasks', {}).items():
Expand Down

0 comments on commit ad8da28

Please sign in to comment.