Skip to content

Commit fc3bec7

Browse files
committed
MAINT remove superflous repo unshallowing in flake8_diff.sh
1 parent 1f278e1 commit fc3bec7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build_tools/travis/flake8_diff.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ if [[ "$TRAVIS" == "true" ]]; then
5858
COMMIT_RANGE=$TRAVIS_COMMIT_RANGE
5959
fi
6060
else
61-
# We need to unshallow here too ...
62-
git fetch --unshallow || echo "Unshallowing the git checkout failed"
6361
# We want to fetch the code as it is in the PR branch and not
6462
# the result of the merge into master. This way line numbers
6563
# reported by Travis will match with the local code.

0 commit comments

Comments
 (0)