Delete 'venv/Lib/site-packages/distutils-precedence.pth'

This commit is contained in:
Simon CATANESE 2023-12-04 20:11:40 +01:00
parent 0a93be5045
commit afd3ff51ff

View File

@ -1 +0,0 @@
import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get(var, 'local') == 'local'; enabled and __import__('_distutils_hack').add_shim();