Skip to content

Commit 6a242c3

Browse files
committed
Suppress type check
Signed-off-by: Seiji Eicher <seiji@anyscale.com>
1 parent a35242a commit 6a242c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/metrics/test_ray_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ async def run(self):
5151
)
5252

5353
# Create the actor and call the async method
54-
actor = EngineTestActor.remote()
54+
actor = EngineTestActor.remote() # type: ignore[attr-defined]
5555
ray.get(actor.run.remote())

0 commit comments

Comments
 (0)