Browse Source

make linter happy

Toan Quach 1 year ago
parent
commit
01afe05e6c
1 changed files with 1 additions and 1 deletions
  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,