File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sdk/ai/azure-ai-projects/azure/ai/projects Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525
2626
2727class AIProjectClient (ClientGenerated ): # pylint: disable=client-accepts-api-version-keyword,too-many-instance-attributes
28- def __init__ ( # pylint: disable=super-init-not-called
28+ def __init__ ( # pylint: disable=super-init-not-called,too-many-statements
2929 self ,
3030 endpoint : str ,
3131 subscription_id : str ,
Original file line number Diff line number Diff line change 3131
3232
3333class AIProjectClient (ClientGenerated ): # pylint: disable=client-accepts-api-version-keyword,too-many-instance-attributes
34- def __init__ ( # pylint: disable=super-init-not-called
34+ def __init__ ( # pylint: disable=super-init-not-called,too-many-statements
3535 self ,
3636 endpoint : str ,
3737 subscription_id : str ,
You can’t perform that action at this time.
0 commit comments