blob: 01521cf40ab95d46c72f0a4f74957c259a4d1e7d [file]
#!/bin/sh
set -eu
find atr -type f -name '*.py' -exec sh scripts/fix_order.sh {} \;
find tests -type f -name '*.py' -exec sh scripts/fix_order.sh {} \;