Skip to content

Commit 321b1e3

Browse files
committed
chore: remove useless
1 parent d9ccf11 commit 321b1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/py/mat3ra/api_client/endpoints/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class BaseEndpoint(object):
1414
secure (bool): whether to use secure http protocol (https vs http). Defaults to True.
1515
1616
Attributes:
17-
conn (httplib.Mat3raConnection): Mat3raConnection instance.
17+
conn (httplib.Connection): Connection instance.
1818
"""
1919

2020
def __init__(self, host, port, version="2018-10-1", secure=True, **kwargs):

0 commit comments

Comments
 (0)