Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
Browse files Browse the repository at this point in the history
KuilongCui committed Nov 7, 2024

Verified

This commit was signed with the committer’s verified signature.
alyn509 Alin Cruceat
1 parent 7e5afb2 commit 6c0674e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions llumnix/arg_utils.py
Original file line number Diff line number Diff line change
@@ -18,13 +18,10 @@
import argparse
from typing import Tuple

from llumnix.logger import init_logger
from llumnix.internal_config import GlobalSchedulerConfig, MigrationConfig
from llumnix.config import LlumnixConfig, get_llumnix_config
from llumnix.config.default import _C

logger = init_logger(__name__)

class LlumnixArgumentParser(argparse.ArgumentParser):
def __init__(self, *args, **kwargs):
self.cur_namespace = "llumnix"

0 comments on commit 6c0674e

Please sign in to comment.