linter fixes

This commit is contained in:
Dinesh Yeduguru 2024-11-01 10:04:57 -07:00 committed by Dinesh Yeduguru
parent 8fe22230b8
commit 63f45c1e27
6 changed files with 13 additions and 7 deletions

View file

@ -4,7 +4,7 @@
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.
from typing import Any, Dict, List, Optional, Protocol
from typing import Dict, List, Optional, Protocol
from llama_models.llama3.api.datatypes import URL