Skip to content

Commit

Permalink
fix: fix the pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
nan-wang committed May 13, 2020
1 parent b97885a commit e999af1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jina/executors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from ..helper import yaml, PathImporter, expand_dict, expand_env_var, valid_yaml_path
from ..logging.base import get_logger
from ..logging.profile import TimeContext
from ..drivers import BaseDriver

__all__ = ['BaseExecutor', 'AnyExecutor', 'ExecutorType']

Expand Down

0 comments on commit e999af1

Please sign in to comment.