django-commons/django-typer

handle = None does not work for mypy to silence type checkers

bckohan opened this issue · 0 comments

This works for pyright but not mypy to silence static type checking complaints when implementing handle. Need to replace with a type hint.