You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, first of all - thanks for a great package! I only used it for a while now but I already see how it will make my life easier. :)
The issue I'm reporting is just a small nuisance: during my testing pylustrator seemed to add unused code at the begining of its generated output, namely:
The mpl import is unused in the generated code below. The ax_dict is also not used anywhere below. If it is used internally by pylustrator it might be useful to add a comment to this line.
The text was updated successfully, but these errors were encountered:
Hi, first of all - thanks for a great package! I only used it for a while now but I already see how it will make my life easier. :)
The issue I'm reporting is just a small nuisance: during my testing pylustrator seemed to add unused code at the begining of its generated output, namely:
The
mpl
import is unused in the generated code below. Theax_dict
is also not used anywhere below. If it is used internally by pylustrator it might be useful to add a comment to this line.The text was updated successfully, but these errors were encountered: