Skip to content

Commit

Permalink
Remove ignore annotation-unchecked
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Dec 8, 2022
1 parent c9f75b1 commit 3c78753
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions distributed/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c78753

Please sign in to comment.