Skip to content

Commit

Permalink
linting fixes in other libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
hdahme committed Jan 19, 2025
1 parent a1e811a commit 73df0a8
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
from typing import List, Optional, Type
from zoneinfo import ZoneInfo

from langchain_core.callbacks import CallbackManagerForToolRun
from pydantic import BaseModel, Field

from langchain_community.tools.office365.base import O365BaseTool
from langchain_community.tools.office365.utils import UTC_FORMAT

from langchain_core.callbacks import CallbackManagerForToolRun
from pydantic import BaseModel, Field

class SendEventSchema(BaseModel):

Check failure on line 16 in libs/community/langchain_community/tools/office365/send_event.py

View workflow job for this annotation

GitHub Actions / cd libs/community / make lint #3.13

Ruff (I001)

langchain_community/tools/office365/send_event.py:7:1: I001 Import block is un-sorted or un-formatted

Check failure on line 16 in libs/community/langchain_community/tools/office365/send_event.py

View workflow job for this annotation

GitHub Actions / cd libs/community / make lint #3.9

Ruff (I001)

langchain_community/tools/office365/send_event.py:7:1: I001 Import block is un-sorted or un-formatted
"""Input for CreateEvent Tool."""
Expand Down

0 comments on commit 73df0a8

Please sign in to comment.