Skip to content

Commit ec70e96

Browse files
committed
removed unnessesary comma
1 parent 296555c commit ec70e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google_export/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def write_to_local_csv(awards: dict[set], curl_args, fname: str = 'result.csv',
201201
else:
202202
print('set ids file or google table input')
203203
q = get_awards(lines, args.key, args.curl_args, args.timeout, args.repeat)
204-
write_to_local_csv(q, args.curl_args, args.output, args.repeat,)
204+
write_to_local_csv(q, args.curl_args, args.output, args.repeat)
205205
if args.google_token and args.table_id and args.sheet_id:
206206
sheets.write_data_to_table(
207207
pandas.read_csv(args.output),

0 commit comments

Comments
 (0)