Skip to content

Commit

Permalink
fix: linter warnings 3
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshayDevkate committed Jun 17, 2024
1 parent 64a7c9d commit a3583c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/plot_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,6 @@ def main():
elif args.plot_type == 'comment_start':
plot_comment_start(df, args.output_file)


if __name__ == "__main__":
main()

0 comments on commit a3583c2

Please sign in to comment.