Skip to content

Commit

Permalink
remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 committed Apr 11, 2023
1 parent 62bb6ff commit 72d4fe7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tap_dynamodb/aws_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def __init__(self, config):

def get_session(self):
session = None
# TODO: require region
if (
self.aws_access_key_id
and self.aws_secret_access_key
Expand Down
1 change: 0 additions & 1 deletion tap_dynamodb/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from singer_sdk import Tap
from singer_sdk import typing as th # JSON schema typing helpers

# TODO: Import your custom stream types here:
from tap_dynamodb import streams
from tap_dynamodb.dynamo import DynamoDB
from tap_dynamodb.exception import EmptyTableException
Expand Down

0 comments on commit 72d4fe7

Please sign in to comment.