misc doc/import/typing fixes
This commit is contained in:
parent
3f59168cec
commit
f51144ae6a
4 changed files with 7 additions and 4 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue