def __del__()

in datastore/providers/postgres_datastore.py [0:0]


    def __del__(self):
        # close the connection when the client is destroyed
        self.client.close()