Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankpatibandla committed Feb 20, 2024
1 parent 7573f59 commit 846f556
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/formatter.yml

This file was deleted.

7 changes: 4 additions & 3 deletions pros/cli/conductor.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import os.path
from itertools import groupby


from pros.cli.common import *
import pros.common.ui as ui
import pros.conductor as c
from pros.cli.common import *
from pros.conductor.templates import ExternalTemplate
from pros.ga.analytics import analytics
from itertools import groupby


@pros_root
Expand Down Expand Up @@ -535,6 +534,8 @@ def remove_depot(name: str):
_conductor.remove_depot(name)

ui.echo(f"Removed depot {name}")


@conductor.command("query-depots")
@click.option("--url", is_flag=True)
@default_options
Expand Down

0 comments on commit 846f556

Please sign in to comment.