cgq-qgc / pyhelp

A Python library for the assessment of spatially distributed groundwater recharge and hydrological components with HELP
MIT License
17 stars 5 forks source link

PR: Change HelpOutput inheritance to "object" from "Mapping" #74

Closed jnsebgosselin closed 2 years ago

jnsebgosselin commented 2 years ago

There is no practical reason to make HelpOutput inherit from Mapping. It makes the code more confusing imo.