def _commit(self, conn: PooledMySQLConnection) -> None: conn.commit()
def _commit(self, connection: PooledMySQLConnection) -> PooledMySQLConnection: connection.commit() return connection