From 93d6b8fa0810ee2fb3fceaaf4fc7f29938930600 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Tue, 12 Nov 2019 14:30:25 -0800 Subject: [PATCH] Blacken blib2to3's docstring which had an over-indent --- blib2to3/pytree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blib2to3/pytree.py b/blib2to3/pytree.py index d1bcbe98a33..4b841b768e7 100644 --- a/blib2to3/pytree.py +++ b/blib2to3/pytree.py @@ -962,7 +962,7 @@ def generate_matches( (count, results) tuples where: count: the entire sequence of patterns matches nodes[:count]; results: dict containing named submatches. - """ + """ if not patterns: yield 0, {} else: