Skip to content

Commit 702c84a

Browse files
committed
fix(Window._info): Remove unused args
1 parent 7e38330 commit 702c84a

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)