Skip to content

Commit

Permalink
Fix Hive comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Khole committed Jun 25, 2022
1 parent b806431 commit d98575f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyhiveapi/apyhiveapi/hive.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ def __init__(
websession (Optional[ClientSession], optional): This is a websession that can be used for the api. Defaults to None.
username (str, optional): This is the Hive username used for login. Defaults to None.
password (str, optional): This is the Hive password used for login. Defaults to None.
deviceGroupKey (str, optional): This is the Hive group key used for trusted devices. Defaults to None.
deviceKey (str, optional): This is the Hive device key used for trusted devices. Defaults to None.
devicePassword (str, optional): This is the Hive device password used for trusted devices. Defaults to None.
"""
super().__init__(username, password, websession)
self.session = self
Expand Down

0 comments on commit d98575f

Please sign in to comment.