work around pylint bug

This commit is contained in:
Jan Petykiewicz 2019-11-12 00:57:36 -08:00
parent 31e8dde8ce
commit d16de3802f

View File

@ -1,3 +1,4 @@
# pylint: disable=unsupported-assignment-operation
from typing import List, Callable, Tuple, Dict from typing import List, Callable, Tuple, Dict
import numpy import numpy