Merge branch '_job_count_rettype' into 'master'

_job_count always returns an int

Trivial change, but `_job_count` always returns an `int`.

See merge request !95
This commit is contained in:
Ian Cordasco 2016-07-27 11:26:11 +00:00
commit d258becbe4

View file

@ -135,7 +135,7 @@ class Manager(object):
all_statistics['files'] += len(self.checkers)
def _job_count(self):
# type: () -> Union[int, NoneType]
# type: () -> int
# First we walk through all of our error cases:
# - multiprocessing library is not present
# - we're running on windows in which case we know we have significant