Skip to content

Commit

Permalink
Fix static check
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Aug 5, 2024
1 parent c3600f0 commit 04e1298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anyscale_provider/operators/anyscale.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def on_kill(self) -> None:
return

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

def execute(self, context: Context) -> None:
Expand Down

0 comments on commit 04e1298

Please sign in to comment.