Skip to content

Commit bf50b2f

Browse files
committed
Fix typo in BaseUrlChallengeResponseAuthSession' constructor docstring
1 parent 9507fd8 commit bf50b2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xled/auth.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ def __init__(self, hw_address=None, client=None, auto_refresh_token=True, **kwar
209209
:param str hw_address: Hardware address of server. Used to validation during
210210
login phase.
211211
:param client: Object with :class:`ClientApplication` interface.
212-
login phase.
213212
:param bool auto_refresh_token: (optional) if token is found expired
214213
automatically request new one.
215214
:param kwargs: Arguments to pass to the BaseUrlSession initializer.

0 commit comments

Comments
 (0)