Skip to content

Commit 53284cd

Browse files
authored
Remove ignore annotation-unchecked (#7379)
1 parent c9f75b1 commit 53284cd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

distributed/scheduler.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@
116116
from distributed.utils_perf import disable_gc_diagnosis, enable_gc_diagnosis
117117
from distributed.variable import VariableExtension
118118

119-
# FIXME improve annotations. See also special treatment in setup.cfg.
120-
# mypy: disable-error-code=annotation-unchecked
121-
122119
if TYPE_CHECKING:
123120
# TODO import from typing (requires Python >=3.10)
124121
from typing_extensions import TypeAlias

0 commit comments

Comments
 (0)