Skip to content

Commit fea85da

Browse files
committed
ingestion: fix linting rule
1 parent c62e7b4 commit fea85da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/polar_sdk/ingestion/strategies/pydantic_ai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class PydanticAIStrategy(BaseStrategy):
1414
An ingestion strategy to report usage from PydanticAI agent runs.
1515
"""
1616

17-
def ingest(
17+
def ingest( # pylint: disable=W
1818
self,
1919
external_customer_id: str,
2020
result: AgentRunResult[Any],

0 commit comments

Comments
 (0)