hyb
2026-01-30 44480e71b27aa9d4cb8441f50c873f1b110e9691
测试组/Test_platform/Interface_automation/backend/manage.py
@@ -2,6 +2,10 @@
"""Django's command-line utility for administrative tasks."""
import os
import sys
import warnings
# 抑制pkg_resources弃用警告
warnings.filterwarnings("ignore", category=UserWarning, message="pkg_resources is deprecated as an API")
def main():