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 21c5064 commit 0413a6b
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 @@ -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."""
Expand Down

0 comments on commit 0413a6b

Please sign in to comment.