linter stuff

This commit is contained in:
Jai Suphavadeeprasit 2026-01-19 14:45:50 -05:00
parent ea1a7e7482
commit 5c0ac94095
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