Skip to content

Commit

Permalink
Merge pull request #432 from jlowin/patch-7
Browse files Browse the repository at this point in the history
import BaseHook in airflow.hooks
  • Loading branch information
mistercrunch committed Sep 21, 2015
2 parents 00f3f69 + d30a47a commit 8ee860b
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 8ee860b

Please sign in to comment.