Skip to content

unblock CI: use builtin types instead of typing.List/Optional#1

Open
antonlin1 wants to merge 1 commit intococa-alex:fix-storage-credentialfrom
antonlin1:fix-storage-credential-types
Open

unblock CI: use builtin types instead of typing.List/Optional#1
antonlin1 wants to merge 1 commit intococa-alex:fix-storage-credentialfrom
antonlin1:fix-storage-credential-types

Conversation

@antonlin1
Copy link

Summary

  • Replace List[...] with list[...] and Optional[...] with ... | None
  • Fixes NameError: name 'List' is not defined CI failure

Test plan

  • CI should pass with these changes

🤖 Generated with Claude Code

Replace `List` and `Optional` with `list` and `| None` to fix
NameError: name 'List' is not defined.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant