skypilot-org / skypilot

SkyPilot: Run AI and batch jobs on any infra (Kubernetes or 12+ clouds). Get unified execution, cost savings, and high GPU availability via a simple interface.
https://skypilot.readthedocs.io
Apache License 2.0
6.82k stars 512 forks source link

Remove outdated pylint disabling comments #4196

Closed andylizf closed 3 weeks ago

andylizf commented 3 weeks ago

This PR removes the outdated pylint disabling comments related to abstract-class-instantiated in the cloud_vm_ray_backend.py file. The comments were no longer necessary as the filelock version has been updated.

andylizf commented 3 weeks ago

@cblmemo PTAL, thanks!