Fix typos
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
parent
b2df49b9fe
commit
9db0f14c0b
1 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ class SlimConnectorWithPermSync(ABC):
|
||||||
|
|
||||||
|
|
||||||
class CheckpointedConnectorWithPermSync(ABC):
|
class CheckpointedConnectorWithPermSync(ABC):
|
||||||
"""Checkpointed connector interface (with permission sync)"""
|
"""Checkpoint connector interface (with permission sync)"""
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def load_from_checkpoint(
|
def load_from_checkpoint(
|
||||||
|
|
@ -143,7 +143,7 @@ class CredentialsProviderInterface(abc.ABC, Generic[T]):
|
||||||
|
|
||||||
@abc.abstractmethod
|
@abc.abstractmethod
|
||||||
def is_dynamic(self) -> bool:
|
def is_dynamic(self) -> bool:
|
||||||
"""If dynamic, the credentials may change during usage ... maening the client
|
"""If dynamic, the credentials may change during usage ... meaning the client
|
||||||
needs to use the locking features of the credentials provider to operate
|
needs to use the locking features of the credentials provider to operate
|
||||||
correctly.
|
correctly.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue