Skip to content

Commit

Permalink
remove distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodlz committed Sep 19, 2024
1 parent 44d1aba commit 780c4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kowalski/tools/check_app_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess
import sys

from distutils.version import LooseVersion as Version
from packaging.version import Version


def output(cmd):
Expand Down

0 comments on commit 780c4c5

Please sign in to comment.