errbot icon indicating copy to clipboard operation
errbot copied to clipboard

Type hints Fix

Open ZhipengXue97 opened this issue 1 year ago • 0 comments

Description

Fix type check warning reported by Pyre@Google, which was outdated after code modification.

Detail

update the return type of function _read_dict() from dict to Mapping, since the condition check of the return new_dict and type Mapping after commit 9193b1fd3d6a629da707fce4344a10606c0404ba

ZhipengXue97 avatar Jul 10 '24 08:07 ZhipengXue97