Skip to content

Commit

Permalink
fix: moves attributes suppression to class definition
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
  • Loading branch information
baywet committed Jul 12, 2024
1 parent 7ad013e commit b6c1d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/msgraph_core/tasks/large_file_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

from msgraph_core.models import LargeFileUploadSession, UploadResult # check imports


# pylint: disable=too-many-instance-attributes
class LargeFileUploadTask:

def __init__(
self, # pylint: disable=too-many-instance-attributes
self,
upload_session: Parsable,
request_adapter: RequestAdapter,
stream: BytesIO,
Expand Down

0 comments on commit b6c1d29

Please sign in to comment.