We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e827828 commit b2ecfd1Copy full SHA for b2ecfd1
graphviz2drawio/mx/Node.py
@@ -66,7 +66,7 @@ def get_node_style(self) -> str:
66
)
67
68
if (rect := self.rect) is not None and (image_path := rect.image) is not None:
69
- from .image import image_data_for_path # noqa PLC0415
+ from .image import image_data_for_path # noqa: PLC0415
70
71
attributes["image"] = image_data_for_path(image_path)
72
0 commit comments