Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben committed Feb 26, 2018
1 parent 159a03b commit f4b7a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from airflow.plugins_manager import AirflowPlugin
from s3_to_redshift_operator.operators.s3_to_redshift import S3ToRedshiftOperator
from s3_to_redshift_operator.macros.redshift_auth import redshift_auth
from redshift_plugin.operators.s3_to_redshift import S3ToRedshiftOperator
from redshift_plugin.macros.redshift_auth import redshift_auth


class S3ToRedshiftPlugin(AirflowPlugin):
Expand Down

0 comments on commit f4b7a40

Please sign in to comment.