Skip to content

Commit d59839d

Browse files
authored
Add basic doc string to endpoint object (#25)
1 parent 1351e2b commit d59839d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

btrdb/endpoint.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838

3939

4040
class Endpoint(object):
41+
"""Server endpoint where we make specific requests."""
42+
4143
def __init__(self, channel):
4244
self.stub = btrdb_pb2_grpc.BTrDBStub(channel)
4345

0 commit comments

Comments
 (0)