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
`SecretClient` does not accept `None`s as the `credential`. This is a
type issue, that `mypy` only _sometimes_ catches.
There is no reason the `credentials` should be a class variable, it's
only ever used inside the `_init_client` method, so it's fine to move it
to a local variable.
0 commit comments