Skip to content

Commit b1eda3e

Browse files
authored
Merge pull request #463 from ExaWorks/moar_distutils
Replaced lingering `distutils.Version`
2 parents 8f6d3ad + 3648ca5 commit b1eda3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/psij/job_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
22
from abc import ABC, abstractmethod
3-
from distutils.version import Version
3+
from packaging.version import Version
44
from threading import RLock
55
from typing import Optional, Dict, List, Type, cast, Union, Callable, Set
66

0 commit comments

Comments
 (0)