Comment 7 for bug 1587170

Revision history for this message
John L. Villalovos (happycamp) wrote :

Please fix the imported but unused errors for the typing library.

I'm running into those when adding type hints to my python code.

Currently doing:

 from typing import Any, Dict, List, Tuple, Union # noqa

As a work-around.