Skip to content

Commit dcb9913

Browse files
committed
black formatting
1 parent 73a769b commit dcb9913

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

labelCloud/view/gui.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ def __init__(self, control: "Controller") -> None:
131131
Path(__file__)
132132
.resolve()
133133
.parent.parent.joinpath("resources")
134-
.joinpath("icons").as_posix()
134+
.joinpath("icons")
135+
.as_posix()
135136
)
136137
)
137138
)

0 commit comments

Comments
 (0)