inventree / inventree-python

Python library for communication with inventree via API
https://docs.inventree.org/en/latest/api/python/python/
MIT License
26 stars 34 forks source link

Typo in classname: inventree.label.LabelPrintingMixing #204

Closed Petrox closed 7 months ago

Petrox commented 8 months ago

I think the intended classname was inventree.label.LabelPrintingMixin

wolflu05 commented 8 months ago

Where do you see this error? Please (use the issue templates - sorry, didn't saw that we are in the -python repo here, and there is no template) and proved some more information.

Petrox commented 8 months ago

Note: this MIGHT break code that uses the original classname (I did a search on github with no results though)

Optional smooth transition: the original LabelPrintingMixing class could be created as a child of the LabelPrintingMixin marked as obsolete with a target date of removal, so it won't break code quickly, (maybe emit some warnings on initialization?)

miggland commented 7 months ago

Closing because completed in #205