Skip to content

Commit dbd66ed

Browse files
committed
!squash EnvironmentMixin
1 parent d5ccb94 commit dbd66ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libtmux/neo.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
from libtmux import exc
99
from libtmux.common import (
10+
EnvironmentMixin,
1011
PaneDict,
1112
handle_option_error,
1213
has_version,
@@ -248,7 +249,7 @@ def fetch_obj(
248249

249250

250251
@dataclasses.dataclass()
251-
class _Session(Obj):
252+
class _Session(Obj, EnvironmentMixin):
252253
server: "Server"
253254

254255
def refresh(self) -> None:

0 commit comments

Comments
 (0)