Skip to content

Commit e59fd33

Browse files
Fix whitespace issues in docstrings
Co-Authored-By: abucknall@blues.com <abucknall@blues.com>
1 parent aa23267 commit e59fd33

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

notecard/notecard.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def Command(self, req):
403403

404404
def GetUserAgent(self):
405405
"""Return the User Agent String for the host for debug purposes.
406-
406+
407407
Returns:
408408
dict: A dictionary containing user agent information including OS details
409409
and any application-specific user agent information.
@@ -414,24 +414,24 @@ def GetUserAgent(self):
414414

415415
def SetAppUserAgent(self, app_user_agent):
416416
"""Set the User Agent info for the app.
417-
417+
418418
Args:
419-
app_user_agent (dict): Dictionary containing application-specific
419+
app_user_agent (dict): Dictionary containing application-specific
420420
user agent information.
421421
"""
422422
self._user_agent_app = app_user_agent
423423

424424
def UserAgentSent(self):
425425
"""Return true if the User Agent has been sent to the Notecard.
426-
426+
427427
Returns:
428428
bool: True if the User Agent has been sent to the Notecard, False otherwise.
429429
"""
430430
return self._user_agent_sent
431431

432432
def SetTransactionPins(self, rtx_pin, ctx_pin):
433433
"""Set the pins used for RTX and CTX.
434-
434+
435435
Args:
436436
rtx_pin: The pin to use for Ready To Transact (RTX) signaling.
437437
ctx_pin: The pin to use for Clear To Transact (CTX) signaling.

0 commit comments

Comments
 (0)