Skip to content

Commit af0c53a

Browse files
committed
chore(Pane): Remove newline
1 parent 31d5f62 commit af0c53a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libtmux/pane.py

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def from_pane_id(cls, server: "Server", pane_id: str) -> "Pane":
9292
#
9393
# Relations
9494
#
95-
9695
@property
9796
def window(self) -> "Window":
9897
assert isinstance(self.window_id, str)

0 commit comments

Comments
 (0)