Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Frix-x committed Dec 15, 2024
1 parent 2ed376f commit ae7e20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaketune/graph_creators/plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ def plot_input_shaper_graph(self, data):
t = data['t']
bins = data['bins']
pdata = data['pdata']
shapers_tradeoff_data = data['shapers_tradeoff_data']
# shapers_tradeoff_data = data['shapers_tradeoff_data']
accel_per_hz = data['accel_per_hz']
max_smoothing = data['max_smoothing']
scv = data['scv']
Expand Down

0 comments on commit ae7e20e

Please sign in to comment.