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.
distutils.Version
1 parent 8f6d3ad commit 3648ca5Copy full SHA for 3648ca5
src/psij/job_executor.py
@@ -1,6 +1,6 @@
1
import logging
2
from abc import ABC, abstractmethod
3
-from distutils.version import Version
+from packaging.version import Version
4
from threading import RLock
5
from typing import Optional, Dict, List, Type, cast, Union, Callable, Set
6
0 commit comments