You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use string annotations for S3Client type hints
Remove future annotations import and use quoted string annotations for S3Client to avoid import issues.
Changes:
o Remove __future__ annotations import
o Use "S3Client" string annotations in type hints
Signed-off-by: Derek Higgins <[email protected]>
0 commit comments