Skip to content

Commit 719362c

Browse files
authored
Fix pylint error (#35818)
* Fix pylint error * update
1 parent a0e1896 commit 719362c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/core/azure-core/azure/core/pipeline/_base_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class AsyncPipeline(AsyncContextManager["AsyncPipeline"], Generic[HTTPRequestTyp
126126
:caption: Builds the async pipeline for asynchronous transport.
127127
"""
128128

129-
def __init__(
129+
def __init__( # pylint: disable=super-init-not-called
130130
self,
131131
transport: AsyncHttpTransport[HTTPRequestType, AsyncHTTPResponseType],
132132
policies: Optional[

0 commit comments

Comments
 (0)