linter stuff

This commit is contained in:
Jai Suphavadeeprasit 2026-01-19 14:45:50 -05:00
parent 3517d07c8a
commit 51e4640c69
2 changed files with 0 additions and 7 deletions

View file

@ -19,12 +19,6 @@ from __future__ import annotations
import os
import sys
from typing import TYPE_CHECKING
# Lazy imports to avoid circular dependencies
if TYPE_CHECKING:
from vllm.v1.worker.gpu_model_runner import GPUModelRunner
# Flag to track if patches have been applied
_PATCHES_APPLIED = False