From 1d90d740043336d4eb3f0d44609cb11814332016 Mon Sep 17 00:00:00 2001 From: Lucas Wilkinson Date: Wed, 31 Jul 2024 04:41:13 +0000 Subject: [PATCH] fix missed refactor --- vllm/_core_ext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/_core_ext.py b/vllm/_core_ext.py index 1e588b0a140a5..88ae74c2885fa 100644 --- a/vllm/_core_ext.py +++ b/vllm/_core_ext.py @@ -23,7 +23,7 @@ from dataclasses import dataclass - # See: _custom_classes.pyi for docstrings + # See: _core_ext.pyi for docstrings @dataclass class ScalarType: exponent: int