Explorar el Código

make linter stop complaining

Toan Quach hace 8 meses
padre
commit
1071eaa2f8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      taipy/core/_core.py

+ 1 - 1
taipy/core/_core.py

@@ -20,7 +20,7 @@ class Core:
 
     __logger = _TaipyLogger._get_logger()
 
-    def __new__(cls) -> Orchestrator:
+    def __new__(cls) -> Orchestrator:  # type: ignore
         _warn_deprecated("'Core'", suggest="the 'Orchestrator' class")
         cls.__logger.warning(
             "Class `Core` has been deprecated, an object of class `Orchestrator` will be created instead."