summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-11-17 20:24:10 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2019-11-17 20:24:10 -0800
commitf2a2448b7e3a92107d285601db504b0cb96e7324 (patch)
tree9bb5e76528f8d40043f4af90516c6b32525b562d
parentf978a8bd892776c498534b79575cd4b771cc1644 (diff)
downloadisort-f2a2448b7e3a92107d285601db504b0cb96e7324.tar.gz
Add extra newline to differentiate sections
-rw-r--r--isort/parse.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/isort/parse.py b/isort/parse.py
index 42aa2c39..73e2917e 100644
--- a/isort/parse.py
+++ b/isort/parse.py
@@ -582,6 +582,7 @@ def identify_contiguous_imports(
import_string += line_separator + line
else:
import_string = import_string.rstrip().rstrip("\\") + " " + line.lstrip()
+
if skipping_line:
if import_lines:
# sort_imports_here