Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nprouvost committed Feb 1, 2024
1 parent efe74f6 commit 3e40af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlprof/tasks/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def requires(self):

def output(self):
return self.local_target(
f"runtime_plot_{self.out_params_repr}_different_batch_sizes_{self.batch_sizes_repr}.pdf"
f"runtime_plot_{self.out_params_repr}_different_batch_sizes_{self.batch_sizes_repr}.pdf",
)

@view_output_plots
Expand Down

0 comments on commit 3e40af1

Please sign in to comment.