Skip to content

Commit f3d234f

Browse files
committed
chore: linting removing unused import
1 parent 01d1e9f commit f3d234f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/msgraph_core/tasks/large_file_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from kiota_abstractions.request_adapter import RequestAdapter
1616

17-
from msgraph_core.models import LargeFileUploadSession, UploadResult, UploadSessionDataHolder # check imports
17+
from msgraph_core.models import LargeFileUploadSession, UploadResult # check imports
1818

1919

2020
class LargeFileUploadTask:

0 commit comments

Comments
 (0)