misc doc/import/typing fixes

This commit is contained in:
Jan Petykiewicz 2020-09-18 19:47:31 -07:00
commit f51144ae6a
4 changed files with 7 additions and 4 deletions

View file

@ -916,8 +916,8 @@ class Pattern(LockableImpl, AnnotatableImpl, metaclass=AutoSlots):
overdraw: Whether to create a new figure or draw on a pre-existing one
"""
# TODO: add text labels to visualize()
from matplotlib import pyplot
import matplotlib.collections
from matplotlib import pyplot # type: ignore
import matplotlib.collections # type: ignore
offset = numpy.array(offset, dtype=float)