From 3394737a0a50862aff1cb594b630e17f31b72669 Mon Sep 17 00:00:00 2001 From: Pankaj Singh <98807258+pankajastro@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:44:47 +0530 Subject: [PATCH] Update anyscale_provider/operators/anyscale.py --- anyscale_provider/operators/anyscale.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/anyscale_provider/operators/anyscale.py b/anyscale_provider/operators/anyscale.py index aae915a..98f8923 100644 --- a/anyscale_provider/operators/anyscale.py +++ b/anyscale_provider/operators/anyscale.py @@ -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.