Skip to content

Commit

Permalink
style: Remove obsolete TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHPNielsen authored and jenshnielsen committed Aug 10, 2017
1 parent d550ef5 commit 04f0d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcodes/utils/wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def _create_plot(plot, i, name, data, counter_two, j, k):
else: # measured values to the left
subplot.getAxis('left').enableAutoSIPrefix(False)

# Avoid misleading default xrange (TODO: how to generalise to 2D?)
# Avoid misleading default xrange
if startranges is not None:
subplot = plot.subplots[j + k]
rangefuns = ['setXRange', 'setYRange']
Expand Down

0 comments on commit 04f0d7f

Please sign in to comment.