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 00a0de0 commit 9064438Copy full SHA for 9064438
tests/test_versions.py
@@ -13,6 +13,7 @@
13
from univers.versions import GentooVersion
14
from univers.versions import GolangVersion
15
from univers.versions import IntdotVersion
16
+from univers.versions import LexicographicVersion
17
from univers.versions import MavenVersion
18
from univers.versions import NginxVersion
19
from univers.versions import NugetVersion
@@ -21,7 +22,6 @@
21
22
from univers.versions import RubygemsVersion
23
from univers.versions import SemverVersion
24
from univers.versions import Version
-from univers.versions import LexicographicVersion
25
26
27
def test_version():
0 commit comments