Skip to content

Commit

Permalink
Replace distutils.LooseVersion by audeer
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jul 24, 2024
1 parent cdce7de commit f2ffcda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_basic.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from distutils.version import LooseVersion

import pytest
from sphinx import __version__

from audeer import LooseVersion

import sphinx_audeering_theme


Expand Down

0 comments on commit f2ffcda

Please sign in to comment.