Skip to content

Commit 6dcb9a6

Browse files
committed
Remove todos
1 parent 19aba3e commit 6dcb9a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

operators/intercom_to_s3_operator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from tempfile import NamedTemporaryFile
99

1010

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

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

61-
# TODO: update with get_conn(intercom_conn_id)
6260
self.intercom_conn_id = intercom_conn_id
6361
self.intercom_obj = intercom_obj
6462
self.intercom_method = intercom_method

0 commit comments

Comments
 (0)