Skip to content

Commit

Permalink
import BaseHook
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin committed Sep 19, 2015
1 parent 00f3f69 commit d30a47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/hooks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}

_import_module_attrs(globals(), _hooks)

from airflow.hooks.base_hook import BaseHook

def integrate_plugins():
"""Integrate plugins to the context"""
Expand Down

0 comments on commit d30a47a

Please sign in to comment.