Skip to content

Commit 598c9d4

Browse files
committed
fix black lint
Signed-off-by: ZhengYu, Xu <[email protected]>
1 parent d657978 commit 598c9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustworkx/visualization/graphviz.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ from rustworkx.rustworkx import PyGraph, PyDiGraph
1111

1212
if typing.TYPE_CHECKING:
1313
from PIL.Image import Image
14-
14+
1515
Method: typing.TypeAlias = typing.Literal["twopi", "neato", "circo", "fdp", "sfdp", "dot"]
1616
ImageType: typing.TypeAlias = typing.Literal[
1717
"canon",

0 commit comments

Comments
 (0)