Skip to content

Commit d657978

Browse files
committed
fix black lint
1 parent e97ade2 commit d657978

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rustworkx/visualization/graphviz.pyi

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

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

0 commit comments

Comments
 (0)