Skip to content

Commit

Permalink
Add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Jan 31, 2024
1 parent 03d8b32 commit d1bbf6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion etcd_client.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ class Client:
def connect(self, options: Optional["ConnectOptions"] = None) -> "Client":
""" """
async def __aenter__(self) -> "Communicator":
""" """
"""
Connect to `etcd` servers from given `endpoints`.
"""

class ConnectOptions:
def __init__(self) -> None: ...
Expand Down

0 comments on commit d1bbf6c

Please sign in to comment.