Skip to content

Commit

Permalink
!squash EnvironmentMixin
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Sep 17, 2022
1 parent d5ccb94 commit dbd66ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libtmux/neo.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

from libtmux import exc
from libtmux.common import (
EnvironmentMixin,
PaneDict,
handle_option_error,
has_version,
Expand Down Expand Up @@ -248,7 +249,7 @@ def fetch_obj(


@dataclasses.dataclass()
class _Session(Obj):
class _Session(Obj, EnvironmentMixin):
server: "Server"

def refresh(self) -> None:
Expand Down

0 comments on commit dbd66ed

Please sign in to comment.