Skip to content

Commit b2ecfd1

Browse files
authored
Update Node.py
1 parent e827828 commit b2ecfd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphviz2drawio/mx/Node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def get_node_style(self) -> str:
6666
)
6767

6868
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
69+
from .image import image_data_for_path # noqa: PLC0415
7070

7171
attributes["image"] = image_data_for_path(image_path)
7272

0 commit comments

Comments
 (0)