mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 12:36:54 +00:00
Add unified linters testenv
This commit is contained in:
parent
d5a480a464
commit
7addb72615
2 changed files with 18 additions and 3 deletions
|
|
@ -2,8 +2,6 @@
|
|||
import logging
|
||||
import os
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
try:
|
||||
import multiprocessing
|
||||
except ImportError:
|
||||
|
|
@ -11,6 +9,8 @@ except ImportError:
|
|||
|
||||
from flake8 import utils
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class Manager(object):
|
||||
"""Manage the parallelism and checker instances for each plugin and file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue