mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
linter stuff
This commit is contained in:
parent
3517d07c8a
commit
51e4640c69
2 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue