Skip to content

Commit

Permalink
Remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
adelinaenache committed Jan 5, 2018
1 parent 19aba3e commit 6dcb9a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions operators/intercom_to_s3_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from tempfile import NamedTemporaryFile


# TODO: Inherit from BaseOperator
class IntercomToS3Operator(BaseOperator):
"""
Make a query against Intercom and write the resulting data to s3.
Expand Down Expand Up @@ -58,7 +57,6 @@ def __init__(

super().__init__(*args, **kwargs)

# TODO: update with get_conn(intercom_conn_id)
self.intercom_conn_id = intercom_conn_id
self.intercom_obj = intercom_obj
self.intercom_method = intercom_method
Expand Down

0 comments on commit 6dcb9a6

Please sign in to comment.