Fix a typo in previous revision
dict(x if x is not None else None) != dict(x) if x is not None else None...
Migrated from D3477 (view on Phabricator)
Staging instance, all changes can be removed at any time
dict(x if x is not None else None) != dict(x) if x is not None else None...
Migrated from D3477 (view on Phabricator)