Skip to content

Commit

Permalink
fix(cli): fix jina check cli
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Aug 18, 2020
1 parent fb257d4 commit d007bd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jina/__init__.py
Expand Up @@ -205,6 +205,7 @@ def import_classes(namespace: str, targets=None,
# driver first, as executor may contain driver
import_classes('jina.drivers', show_import_table=False, import_once=True)
import_classes('jina.executors', show_import_table=False, import_once=True)
import_classes('jina.hub', show_import_table=False, import_once=True)

# manually install the default signal handler
import signal
Expand Down

0 comments on commit d007bd0

Please sign in to comment.