Skip to content

Commit b5b2086

Browse files
committed
fix mypy
1 parent cba5fdc commit b5b2086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/agentserver/azure-ai-agentserver-agentframework/azure/ai/agentserver/agentframework/models/agent_framework_output_streaming_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright (c) Microsoft Corporation. All rights reserved.
33
# ---------------------------------------------------------
44
# pylint: disable=attribute-defined-outside-init,protected-access
5-
# mypy: disable-error-code="call-overload,assignment,arg-type"
5+
# mypy: disable-error-code="call-overload,assignment,arg-type,override"
66
from __future__ import annotations
77

88
import datetime

0 commit comments

Comments
 (0)