瀏覽代碼

make linter happy

Toan Quach 1 年之前
父節點
當前提交
01afe05e6c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      taipy/core/_orchestrator/_orchestrator_factory.py

+ 1 - 1
taipy/core/_orchestrator/_orchestrator_factory.py

@@ -33,7 +33,7 @@ class _OrchestratorFactory:
     @classmethod
     def _build_orchestrator(cls) -> Type[_AbstractOrchestrator]:
         if cls._orchestrator:
-            return cls._orchestrator
+            return cls._orchestrator  # type: ignore
         if util.find_spec(cls._TAIPY_ENTERPRISE_MODULE) is not None:
             cls._orchestrator = _load_fct(
                 cls._TAIPY_ENTERPRISE_CORE_ORCHESTRATOR_MODULE,