From 3dff8058f09d323517a5e47b5454c8d981342938 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Sat, 17 Apr 2021 00:04:12 -0700 Subject: [PATCH] Remove blank line after doc string found by deep source --- isort/hooks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/isort/hooks.py b/isort/hooks.py index dfd7eb3dc..244e7ea11 100644 --- a/isort/hooks.py +++ b/isort/hooks.py @@ -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: