Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
s5u13b committed Feb 12, 2025
1 parent c91f34f commit 2c4cc50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llumnix/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
from llumnix.arg_utils import ManagerArgs, EntrypointsArgs, InstanceArgs, LaunchArgs
from llumnix.server_info import ServerInfo
from llumnix.backends.backend_interface import BackendType
from llumnix.utils import (random_uuid, clear_gloo_backend_state, get_server_name,
get_instance_name, get_manager_name, get_placement_group_name,
from llumnix.utils import (random_uuid, clear_gloo_backend_state, get_server_name,
get_instance_name, get_manager_name, get_placement_group_name,
INSTANCE_NAME_PREFIX, SERVER_NAME_PREFIX, run_async_func_sync)
from llumnix.entrypoints.utils import LaunchMode
from llumnix.queue.queue_type import QueueType
Expand Down

0 comments on commit 2c4cc50

Please sign in to comment.