Skip to content

Commit 824a821

Browse files
formatting
1 parent 24b9dc2 commit 824a821

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lambdas/rds_snapshot_export_s3_to_s3_copier/test_main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ def test_get_date_time_yy_format_with_time(self):
1212
assert day == "25"
1313
assert date == "20231225"
1414

15-
16-
1715
def test_get_date_time_yyyy_format_backdated(self):
1816
source_identifier = "sql-to-parquet-2023-12-25-backdated"
1917
year, month, day, date = get_date_time(source_identifier)

0 commit comments

Comments
 (0)