Spaces:
Runtime error
Runtime error
File size: 165 Bytes
c5d7b8e | 1 2 3 4 5 6 | #!/usr/bin/env bash
set -e
# Remove the conflicting "multipart" distribution so python-multipart provides the package.
python -m pip uninstall -y multipart || true
|