Skip to content

Commit

Permalink
deleted some invalid imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpatrick57 committed Dec 26, 2024
1 parent edc0b86 commit 2d50d14
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions task.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import click
from analyze.cli import analyze_group
from tune.cli import tune_group

from benchmark.cli import benchmark_group
from dbms.cli import dbms_group
Expand Down Expand Up @@ -28,7 +26,5 @@ def task(ctx: click.Context) -> None:
if __name__ == "__main__":
task.add_command(benchmark_group)
task.add_command(manage_group)
task.add_command(analyze_group)
task.add_command(dbms_group)
task.add_command(tune_group)
task()

0 comments on commit 2d50d14

Please sign in to comment.