I’ve just been adding # type:ignore
comments to the affected lines to appease mypy. Not an ideal solution.
counter = Counter.remote() # type:ignore
I’ve just been adding # type:ignore
comments to the affected lines to appease mypy. Not an ideal solution.
counter = Counter.remote() # type:ignore