Skip to content

Commit 7c90db6

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
adlibrary
Reviewed By: jermenkoo Differential Revision: D69040570 fbshipit-source-id: e3486751019edd1c3f0cc40db406841cf61b2c35
1 parent ca6031f commit 7c90db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/fb_ads_library_api_operators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ def count_start_time_trending(generator_ad_archives, args, is_verbose=False):
128128
with open(output_file, "w") as csvfile:
129129
csvfile.write("date, count\n")
130130
for date in date_to_count.keys():
131-
csvfile.write("{}, {}\n".format(date, date_to_count[date]))
131+
csvfile.write(f"{date}, {date_to_count[date]}\n")
132132

133133
print("Successfully wrote data to file: %s" % output_file)

0 commit comments

Comments
 (0)