Closed zakv closed 3 years ago
Just realized that this didn't link with the issue like I had intended because I didn't use the magic word. This fixes #78.
Actually I don't think my last comment worked. #78 might have to be closed manually if/when this PR is merged.
I've linked it manually. Possibly the magic phrases only work if you edit the first comment/PR description? I'm not sure!
Awesome, thanks!
This is a pretty straightforward and minimal change, so I'm going to merge it
As explained in #78, the
from pylab import *
line inlabscript.py
importsdedent()
frommatplotlib.cbook
which overwrites the desireddedent()
imported fromlabscript_utils
. This PR switches the order of those import statements so thatdedent()
points tolabscript_utils.dedent()
.