FashionMNIST / fmt.sh
rufimelo's picture
initial commit
a6b3107
raw
history blame contribute delete
93 Bytes
echo "Running fmt"
echo "Running isort"
isort . --profile black
echo "Running black"
black .