HomeSoftware Heritage

storage.py: ignore typing of optional get_journal_writer import

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

storage.py: ignore typing of optional get_journal_writer import

the real type is Optional[Callable[..., Any]], but redefinitions of imported
stuff in try..except is currently not supported by mypy, see
https://github.com/python/mypy/issues/1153

Details

Provenance
zackAuthored on Sep 28 2019, 12:42 PM
zackPushed on Oct 1 2019, 8:31 AM
Differential Revision
D2023: typing: minimal changes to make a no-op mypy run pass
Build Status
Buildable 8020
Build 11565: test-and-buildJenkins

Commit No Longer Exists

This commit no longer exists in the repository.