Skip to content

Commit

Permalink
Some lint error fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gskorokhod committed Nov 17, 2023
1 parent a63f67e commit 81a3f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/essence-feature-usage-stats/web/csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ def write_csv(

with fpath.open("w") as file:
file.writelines(
make_csv_lines(stats, delimiter=delimiter, path_depth=path_depth)
make_csv_lines(stats, delimiter=delimiter, path_depth=path_depth),
)

0 comments on commit 81a3f8c

Please sign in to comment.