Extend lint test to test/ directory (#13247)

This commit is contained in:
Kangyan-Zhou
2025-11-14 00:01:48 -08:00
committed by GitHub
parent 7b79cc4fe2
commit 49141df94a
95 changed files with 27 additions and 207 deletions
+1 -2
View File
@@ -7,7 +7,6 @@ and quantization workflow.
import json
import os
import sys
import tempfile
import unittest
from unittest.mock import Mock, patch
@@ -23,7 +22,7 @@ from sglang.srt.model_loader.loader import ModelOptModelLoader
# Check if modelopt is available
try:
import modelopt
import modelopt # noqa: F401
MODELOPT_AVAILABLE = True
except ImportError: