Add mypy type checks

This commit is contained in:
Harshal Sheth 2021-02-08 10:07:35 -08:00 committed by Shirshanka Das
parent 5a8bb3cfac
commit 4dc8936f27
2 changed files with 194 additions and 193 deletions

View File

@ -17,6 +17,7 @@ import logging
logger = logging.getLogger(__name__)
resource_locator: Dict[Type[object], str] = {
# TODO: add the rest
CorpUserSnapshotClass: 'corpUsers',
DatasetSnapshotClass: 'datasets',
}

File diff suppressed because it is too large Load Diff