Skip to content

Commit

Permalink
Auto formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RCdeWit committed Dec 19, 2024
1 parent 9630d26 commit ca1162a
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 @@ -9,7 +9,7 @@
from airflow.models import BaseOperator
from airflow.utils.context import Context
from anyscale.compute_config.models import ComputeConfig
from anyscale.job.models import JobConfig, JobState, JobQueueConfig
from anyscale.job.models import JobConfig, JobQueueConfig, JobState
from anyscale.service.models import RayGCSExternalStorageConfig, ServiceConfig, ServiceState

from anyscale_provider.hooks.anyscale import AnyscaleHook
Expand Down

0 comments on commit ca1162a

Please sign in to comment.