Skip to content

Commit 45f5de6

Browse files
committed
fix(Window._info): Remove unused args
1 parent a168656 commit 45f5de6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libtmux/window.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ def __repr__(self):
6969
)
7070

7171
@property
72-
def _info(self, *args):
73-
72+
def _info(self):
7473
attrs = {"window_id": self._window_id}
7574

7675
# from https://github.com/serkanyersen/underscore.py

0 commit comments

Comments
 (0)