Skip to content

Commit 887086e

Browse files
committed
chore(common): Use compat LooseVersion
1 parent 7864b10 commit 887086e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libtmux/common.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@
1111
import subprocess
1212
import sys
1313
import typing as t
14-
from distutils.version import LooseVersion
1514
from typing import Dict, Generic, KeysView, List, Optional, TypeVar, Union, overload
1615

1716
from . import exc
18-
from ._compat import console_to_str, str_from_console
17+
from ._compat import LooseVersion, console_to_str, str_from_console
1918

2019
if t.TYPE_CHECKING:
2120
from typing_extensions import Literal

0 commit comments

Comments
 (0)