From c8de439d9fc7303e704fa88002457a08dfb0674d Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Thu, 10 Oct 2024 11:38:37 -0700 Subject: [PATCH] clean --- llama_stack/apis/dataset/dataset.py | 1 - 1 file changed, 1 deletion(-) diff --git a/llama_stack/apis/dataset/dataset.py b/llama_stack/apis/dataset/dataset.py index ba2cb8811..8ab135b6a 100644 --- a/llama_stack/apis/dataset/dataset.py +++ b/llama_stack/apis/dataset/dataset.py @@ -4,7 +4,6 @@ # This source code is licensed under the terms described in the LICENSE file in # the root directory of this source tree. -# from enum import Enum from typing import Any, Dict, Optional, Protocol from llama_models.llama3.api.datatypes import URL