From 0413a6b78da234cedb62dd63fd4483c2d2c8d680 Mon Sep 17 00:00:00 2001 From: Pankaj Singh <98807258+pankajastro@users.noreply.github.com> Date: Wed, 7 Aug 2024 18:50:29 +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 76f2bdb..98f8923 100644 --- a/anyscale_provider/operators/anyscale.py +++ b/anyscale_provider/operators/anyscale.py @@ -312,10 +312,6 @@ def __init__( self.canary_percent = canary_percent self.max_surge_percent = max_surge_percent - @staticmethod - def test_me() -> None: - assert 1 == 1 - @cached_property def hook(self) -> AnyscaleHook: """Return an instance of the AnyscaleHook."""