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.
1 parent 34f7d87 commit f26f136Copy full SHA for f26f136
1 file changed
sdks/python/apache_beam/examples/complete/juliaset/setup.py
@@ -31,10 +31,7 @@
31
32
import setuptools
33
34
-# It is recommended to import setuptools prior to importing distutils to avoid
35
-# using legacy behavior from distutils.
36
-# https://setuptools.readthedocs.io/en/latest/history.html#v48-0-0
37
-from distutils.command.build import build as _build # isort:skip
+from setuptools.command.build import build as _build # isort:skip
38
39
40
# This class handles the pip install mechanism.
0 commit comments