From 60498b4822d61ee6539eedc90ec00c30c695738f Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Wed, 4 Aug 2021 00:21:41 -0600 Subject: [PATCH] Use clean, not just sort --- tools/fmt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fmt.sh b/tools/fmt.sh index 4f714b7..e51f6e3 100755 --- a/tools/fmt.sh +++ b/tools/fmt.sh @@ -9,4 +9,4 @@ DIRS=(projects tools) bazel-bin/tools/python/autoflake -ir "${DIRS[@]}" bazel-bin/tools/python/isort "${DIRS[@]}" bazel-bin/tools/python/unify --quote '"' -ir "${DIRS[@]}" -bazel-bin/projects/reqman/reqman sort tools/python/requirements.txt +bazel-bin/projects/reqman/reqman clean tools/python/requirements.txt