Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1042 from RobinKaul/client-updates
Browse files Browse the repository at this point in the history
Cleanup client docstrings.
  • Loading branch information
naved001 authored Oct 3, 2018
2 parents 0d4ed55 + 65ad0b2 commit f719666
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hil/client/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ def __init__(self, endpoint, httpClient):
""" Initialize an instance of the library with following parameters.
endpoint: stands for the http endpoint eg. endpoint=http://127.0.0.1
sess: depending on the authentication backend (db vs keystone) the
parameters required to make up the session vary.
user: username as which you wish to connect to HIL
httpClient: creates object for rest api
Currently all this information is fetched from the user's environment.
"""
self.endpoint = endpoint
Expand Down

0 comments on commit f719666

Please sign in to comment.