Skip to content

Commit

Permalink
Remove blank line after doc string found by deep source
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Apr 17, 2021
1 parent bedc207 commit 3dff805
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion isort/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def git_hook(
:return number of errors if in strict mode, 0 otherwise.
"""

# Get list of files modified and staged
diff_cmd = ["git", "diff-index", "--cached", "--name-only", "--diff-filter=ACMRTUXB", "HEAD"]
if lazy:
Expand Down

0 comments on commit 3dff805

Please sign in to comment.