Skip to content

Commit 9ae1dcf

Browse files
committed
formatting
1 parent aa4634b commit 9ae1dcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/jobs/rentsense_to_refined_and_landing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,8 +561,8 @@
561561
).drop("startOfTenureDate").withColumnRenamed("date", "startOfTenureDate")
562562

563563
accounts.select(
564-
col("endoftenuredate"),
565-
F.to_date(col("endoftenuredate"), "yyyy-MM-dd").alias("date"),
564+
col("endoftenuredate"),
565+
F.to_date(col("endoftenuredate"), "yyyy-MM-dd").alias("date"),
566566
).drop("endoftenuredate").withColumnRenamed("date", "endoftenuredate")
567567

568568
accounts = accounts.drop("uh_ten_ref")

0 commit comments

Comments
 (0)