Skip to content

Commit ca6797e

Browse files
committed
fix distutils deprecation
1 parent c6ef88f commit ca6797e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supvisors/sparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
import re
1818
from collections import OrderedDict
19-
from distutils.util import strtobool
2019
from os import path
2120
from sys import stderr
2221
from typing import Any, Dict, List, Optional, Tuple, Union
2322

23+
from setuptools._distutils.util import strtobool
2424
from supervisor.datatypes import list_of_strings
2525
from supervisor.loggers import Logger
2626
from supervisor.options import split_namespec

0 commit comments

Comments
 (0)