Skip to content

Commit ac1f16a

Browse files
committed
test(common): Use LooseVersion from compat
1 parent 896056e commit ac1f16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
import re
44
import sys
55
import typing as t
6-
from distutils.version import LooseVersion
76
from typing import Optional
87

98
import pytest
109

1110
import libtmux
11+
from libtmux._compat import LooseVersion
1212
from libtmux.common import (
1313
TMUX_MAX_VERSION,
1414
TMUX_MIN_VERSION,

0 commit comments

Comments
 (0)