mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
called while initialing the CollectionNodeModule, as super(..).__init__(..) does not call __init__ function of all parent classes. Please refer to method resolution order (MRO) in python for more information. This patch also includes some typo resolution in PGNdoeModule. Also, removed the AddAttr(..) at the moment, because - it is not going anywhere at the moment.