We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c475b2 commit 634bf79Copy full SHA for 634bf79
src/libtmux/test.py
@@ -10,8 +10,6 @@
10
import time
11
import typing as t
12
13
-from typing_extensions import Self
14
-
15
from .exc import WaitTimeout
16
17
logger = logging.getLogger(__name__)
@@ -20,6 +18,8 @@
20
18
import types
21
19
from collections.abc import Callable, Generator
22
+ from typing_extensions import Self
+
23
from libtmux.server import Server
24
from libtmux.session import Session
25
from libtmux.window import Window
0 commit comments