Skip to content

Commit 3648ca5

Browse files
committed
Replaced lingering distutils.Version
1 parent 8f6d3ad commit 3648ca5

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)