With type annotations, remote ids are never None. It breaks this condition in some cases, which generates the following error:
TypeError: normalize() argument 2 must be str, not None
- is caused by
-
NXDRIVE-1254 Finalize type annotations
- Resolved