Pengin-Open-Source / pengin-pi

PENGIN PI! A CRM with the back bone of a feature light ERP system. Utilitarian in design, easy to extend, customize, and deploy. Made by a community, supported by Tobu Pengin.
GNU General Public License v3.0
9 stars 1 forks source link

Remove duplicate code in models __init__.py #448

Closed franfif closed 4 months ago

franfif commented 4 months ago

Comparison of the Dev-B1.2 branch between two commits: https://github.com/Pengin-Open-Source/pengin-pi/compare/d507fbb15d47263968516f666871f6a7ecdffa8b...d0a28fd2ec0424cdbd0820338dad35ca26a3ed07

It covers all merging that happened in April. As far as I could see, there was only duplicates in models/_init__.py Below is the changes, note that it also shows the changes made by Black to match PEP8 code formatting conventions.