Browse Source

make linter stop complaining

Toan Quach 8 tháng trước cách đây
mục cha
commit
1071eaa2f8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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."