When not rendering interlinks, rendered annotations may contain duplicate names
Closed this issue · 1 comments
machow commented
from @r-leyshon
Hi @machow not sure if this is the most appropriate issue to attach this bug we've found. Do you have any advice?
datasciencecampus/transport-network-performance#280
It looks like render_interlinks
is not set to True, annotations may duplicate names. For example:
import pathlib
def f(x: pathlib.Path): ...
The annotation for x will be pathlib.pathlib.Path
.
r-leyshon commented
Super, thanks for the speedy turnaround! Docs are looking great.