Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
shankar-vision-eng committed Sep 3, 2024
1 parent d95fb46 commit 1cb9d5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vision_agent/tools/tool_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from vision_agent.utils.exceptions import RemoteToolCallFailed
from vision_agent.utils.execute import Error, MimeType
from vision_agent.utils.type_defs import LandingaiAPIKey
from vision_agent.tools.tools_types import BoundingBoxes

_LOGGER = logging.getLogger(__name__)
_LND_API_KEY = os.environ.get("LANDINGAI_API_KEY", LandingaiAPIKey().api_key)
Expand Down

0 comments on commit 1cb9d5f

Please sign in to comment.