Skip to content

Commit

Permalink
lint: ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
TxCorpi0x committed Feb 5, 2025
1 parent a8988cc commit 53bdca2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions skills/acolyt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
"""Acolyt skills."""

from cdp import Wallet

from abstracts.skill import SkillStoreABC
from skills.acolyt.ask import AcolytAskGpt
from skills.acolyt.base import AcolytBaseTool
Expand Down
6 changes: 3 additions & 3 deletions skills/acolyt/ask.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from typing import Type

import httpx
from langchain.tools.base import ToolException

from typing_extensions import Literal

from pydantic import BaseModel, Field
from typing_extensions import Literal

from skills.acolyt.base import AcolytBaseTool

from .base import base_url


Expand Down

0 comments on commit 53bdca2

Please sign in to comment.