Skip to content

Commit

Permalink
Update anyscale_provider/operators/anyscale.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro authored Aug 7, 2024
1 parent f7e87a7 commit 3394737
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions anyscale_provider/operators/anyscale.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,10 +329,6 @@ def on_kill(self) -> None:
self.log.info("Termination request received. Submitted request to terminate the anyscale service rollout.")
return

@staticmethod
def test_me() -> None:
assert 1 == 1

def execute(self, context: Context) -> None:
"""
Execute the service rollout to Anyscale.
Expand Down

0 comments on commit 3394737

Please sign in to comment.