Skip to content

Commit a12d039

Browse files
committed
fixing lint error
1 parent 1a52b02 commit a12d039

File tree

1 file changed

+1
-1
lines changed
  • sdk/communication/azure-communication-callautomation/azure/communication/callautomation

1 file changed

+1
-1
lines changed

sdk/communication/azure-communication-callautomation/azure/communication/callautomation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@ def __getattr__(name):
153153
from ._shared.models import _MicrosoftBotIdentifier
154154

155155
return _MicrosoftBotIdentifier
156-
raise AttributeError(f"module 'azure.communication.callautomation' has no attribute {name}")
156+
raise AttributeError(f"module 'azure.communication.callautomation' has no attribute {name}")

0 commit comments

Comments
 (0)