Skip to content

Commit 35d7a8e

Browse files
committed
chore(builder): Fix typing
1 parent 986de99 commit 35d7a8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tmuxp/workspace/builder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,6 @@ def find_current_attached_session(self) -> Session:
535535
for s in self.server.sessions
536536
if s.session_id == current_active_pane.session_id
537537
),
538-
None,
539538
)
540539

541540
def first_window_pass(self, i: int, session: Session, append: bool) -> bool:

0 commit comments

Comments
 (0)