Commit a60ba763 authored by Jason R. Coombs's avatar Jason R. Coombs

👹 Feed the hobgoblins (delint).

parent 4c29a512
...@@ -20,8 +20,8 @@ def warn_distutils_present(): ...@@ -20,8 +20,8 @@ def warn_distutils_present():
"also replaces the `distutils` module in `sys.modules`. This may lead " "also replaces the `distutils` module in `sys.modules`. This may lead "
"to undesirable behaviors or errors. To avoid these issues, avoid " "to undesirable behaviors or errors. To avoid these issues, avoid "
"using distutils directly, ensure that setuptools is installed in the " "using distutils directly, ensure that setuptools is installed in the "
"traditional way (e.g. not an editable install), and/or make sure that " "traditional way (e.g. not an editable install), and/or make sure "
"setuptools is always imported before distutils.") "that setuptools is always imported before distutils.")
def clear_distutils(): def clear_distutils():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment