Skip to content

Commit 5d9f9bc

Browse files
committed
fix typo
1 parent 0235f03 commit 5d9f9bc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import abc
22

33

4-
class BatchProcessorManger(abc.ABC): ...
4+
class BatchProcessorManager(abc.ABC): ...

agentle/agents/whatsapp/v2/whatsapp_bot.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
from collections.abc import Callable
22
from typing import Any
3+
34
from pydantic import ConfigDict
45
from rsb.models.base_model import BaseModel
56

7+
from agentle.agents.whatsapp.v2.batch_processor_manager import BatchProcessorManager
8+
69

710
class WhatsAppBot(BaseModel):
811
webhook_handlers: list[Callable[..., Any]]

0 commit comments

Comments
 (0)