summaryrefslogtreecommitdiff
path: root/pylint/lint/parallel.py
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-04-26 13:59:44 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-26 14:39:28 +0200
commita4fac223dfeb36952088ed361e27ee57c2ae45b8 (patch)
tree1f946b58bb16fee049e0d5aa2201c2e3bac93165 /pylint/lint/parallel.py
parent316af5f4936686337e12ba3ca8a7d077a855bdfb (diff)
downloadpylint-git-a4fac223dfeb36952088ed361e27ee57c2ae45b8.tar.gz
Changes after black update
Diffstat (limited to 'pylint/lint/parallel.py')
-rw-r--r--pylint/lint/parallel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/lint/parallel.py b/pylint/lint/parallel.py
index 9b666f06c..4433575c0 100644
--- a/pylint/lint/parallel.py
+++ b/pylint/lint/parallel.py
@@ -89,7 +89,7 @@ def _worker_check_single_file(file_item):
def _merge_mapreduce_data(linter, all_mapreduce_data):
- """ Merges map/reduce data across workers, invoking relevant APIs on checkers """
+ """Merges map/reduce data across workers, invoking relevant APIs on checkers"""
# First collate the data, preparing it so we can send it to the checkers for
# validation. The intent here is to collect all the mapreduce data for all checker-
# runs across processes - that will then be passed to a static method on the