Skip to content

Commit

Permalink
Add typing in credentials module
Browse files Browse the repository at this point in the history
Signed-off-by: Bala.FA <bala@minio.io>
  • Loading branch information
balamurugana committed Dec 10, 2023
1 parent 876bb26 commit 033a1ad
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 76 deletions.
2 changes: 1 addition & 1 deletion minio/credentials/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
CertificateIdentityProvider, ChainedProvider,
ClientGrantsProvider, EnvAWSProvider, EnvMinioProvider,
IamAwsProvider, LdapIdentityProvider,
MinioClientConfigProvider, StaticProvider,
MinioClientConfigProvider, Provider, StaticProvider,
WebIdentityProvider)
Loading

0 comments on commit 033a1ad

Please sign in to comment.