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.
2 parents 8f6d3ad + 3648ca5 commit b1eda3eCopy full SHA for b1eda3e
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