def remove_pending_tip(id_tip): db = TinyDB(config.unregistered_tip_user) tip = Query() db.remove(tip.id == id_tip) db.close()