fix(ci): remove unused import os (F401)

This commit is contained in:
jackwener
2026-03-14 20:20:29 +08:00
parent 18721e7967
commit a0a786d71f

View File

@@ -31,7 +31,6 @@ Write commands:
from __future__ import annotations
import logging
import os
import re
import inspect
import sys