Fix flake.

This commit is contained in:
Itamar Turner-Trauring 2021-02-23 10:43:53 -05:00
parent 2c32318d85
commit 0af83d0e88

View File

@ -15,7 +15,7 @@ if PY2:
from past.builtins import long
try:
from typing import Optional, Tuple, List
from typing import Optional, Tuple, List # noqa: F401
except ImportError:
pass