Skip to content

Commit

Permalink
DynamoDB: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rita-cheung committed Jul 28, 2024
1 parent 339586e commit b184d95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions moto/dynamodb/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1011,8 +1011,8 @@ def export_table(
s3_bucket_owner: str,
) -> TableExport:
"""Only ExportFormat=DYNAMODB_JSON is supported so far.
Only exports one file following DYNAMODB_JSON format to the s3 location. Other files aren't created.
Incremental export is also not supported.
Only exports one file following DYNAMODB_JSON format to the s3 location. Other files aren't created.
Incremental export is also not supported.
"""
table_export = TableExport(
s3_bucket=s3_bucket,
Expand Down
1 change: 0 additions & 1 deletion tests/test_dynamodb/test_dynamodb_export_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def test_export_from_missing_table(table_name=None):
s3.delete_bucket(Bucket=s3_bucket_name)



@pytest.mark.aws_verified
@dynamodb_aws_verified(create_table=False)
def test_export_empty_table(table_name=None):
Expand Down

0 comments on commit b184d95

Please sign in to comment.