This is an archive of the discontinued Mercurial Phabricator instance.

util: rename a variable to avoid confusing pytype
ClosedPublic

Authored by mharbison72 on Dec 15 2019, 11:12 PM.

Details

Summary

Fixes the following warning:

line 1205, in f: No attribute 'append' on Dict[nothing, nothing] [attribute-error]
      In Union[Dict[nothing, nothing], list]

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.