Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
charles9304 committed Dec 17, 2024
1 parent 77e4906 commit 2747c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatlearn/models/vllm/hooks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
else:
if importlib.util.find_spec("vllm"):
import vllm
from chatlearn.utils.constant import CURRENT_VLLM_VERSION, VLLMVersion # pylint: disable=uungrouped-imports
from chatlearn.utils.constant import CURRENT_VLLM_VERSION, VLLMVersion # pylint: disable=ungrouped-imports
if CURRENT_VLLM_VERSION == VLLMVersion.v_0_3_0:
from chatlearn.models.vllm.hooks import sampler
elif CURRENT_VLLM_VERSION in [VLLMVersion.v_0_5_1, VLLMVersion.v_0_6_3]:
Expand Down

0 comments on commit 2747c63

Please sign in to comment.