Forráskód Böngészése

Remove the useless excluded item in mypy.ini (#16777)

Yongtao Huang 6 hónapja%!(EXTRA string=óta)
szülő
commit
37134c5987
1 módosított fájl, 2 hozzáadás és 3 törlés
  1. 2 3
      api/mypy.ini

+ 2 - 3
api/mypy.ini

@@ -3,8 +3,7 @@ warn_return_any = True
 warn_unused_configs = True
 check_untyped_defs = True
 exclude = (?x)(
-    core/tools/provider/builtin/
-    | core/model_runtime/model_providers/
+    core/model_runtime/model_providers/
     | tests/
     | migrations/
-  )
+  )