LangChain / scripts /format-imports.sh
dcd018's picture
Initial commit.
b88c922
Raw
History Blame Contribute Delete
171 Bytes
#!/bin/sh -e
set -x
# Sort imports one per line, so autoflake can remove unused imports
isort --recursive --force-single-line-imports --apply app
sh ./scripts/format.sh