Skip to content

Commit b1c66b2

Browse files
authored
[CI] Fix lint in CI (#1712)
### What this PR does / why we need it? Fix lint in CI - vLLM version: v0.9.1 - vLLM main: vllm-project/vllm@49e8c7e Signed-off-by: MengqingCao <cmq0113@163.com>
1 parent 0c4aa2b commit b1c66b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/offline_inference_npu_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
# limitations under the License.
1818
#
1919

20+
# isort: skip_file
2021
import os
2122

2223
os.environ["VLLM_USE_MODELSCOPE"] = "True"
2324
os.environ["VLLM_WORKER_MULTIPROC_METHOD"] = "spawn"
2425

2526
from vllm import LLM, SamplingParams
2627

27-
2828
if __name__ == "__main__":
2929
prompts = [
3030
"Hello, my name is",

0 commit comments

Comments
 (0)