From 3c787532d87590904d9cc0881962079ffc42d224 Mon Sep 17 00:00:00 2001 From: crusaderky Date: Thu, 8 Dec 2022 01:19:44 +0000 Subject: [PATCH] Remove ignore annotation-unchecked --- distributed/scheduler.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/distributed/scheduler.py b/distributed/scheduler.py index 288194c6573..586f30f3b35 100644 --- a/distributed/scheduler.py +++ b/distributed/scheduler.py @@ -116,9 +116,6 @@ from distributed.utils_perf import disable_gc_diagnosis, enable_gc_diagnosis from distributed.variable import VariableExtension -# FIXME improve annotations. See also special treatment in setup.cfg. -# mypy: disable-error-code=annotation-unchecked - if TYPE_CHECKING: # TODO import from typing (requires Python >=3.10) from typing_extensions import TypeAlias