Skip to content

Commit b6c1d29

Browse files
committed
fix: moves attributes suppression to class definition
Signed-off-by: Vincent Biret <[email protected]>
1 parent 7ad013e commit b6c1d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/msgraph_core/tasks/large_file_upload.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
from msgraph_core.models import LargeFileUploadSession, UploadResult # check imports
1818

19-
19+
# pylint: disable=too-many-instance-attributes
2020
class LargeFileUploadTask:
2121

2222
def __init__(
23-
self, # pylint: disable=too-many-instance-attributes
23+
self,
2424
upload_session: Parsable,
2525
request_adapter: RequestAdapter,
2626
stream: BytesIO,

0 commit comments

Comments
 (0)