api_client example standards validation #1491

Closed
omkar1117 wants to merge 1 commits from final_code_quality_23 into v0.6
omkar1117 commented 2019-07-25 19:11:08 +02:00 (Migrated from github.com)

PEP8 validations done.

Modified api_client file formatted with PEP8 standards and compatible with python3.

PEP8 validations done. Modified api_client file formatted with PEP8 standards and compatible with python3.
g1itch (Migrated from github.com) reviewed 2019-07-25 21:14:49 +02:00
@ -66,0 +63,4 @@
' you will have to put your own in.')
# subject = 'subject!'.encode('base64')
# message = 'Hello, this is the message'.encode('base64')
# ackData = api.sendMessage('BM-Gtsm7PUabZecs3qTeXbNPmqx3xtHCSXF',
g1itch (Migrated from github.com) commented 2019-07-25 21:14:49 +02:00

As for me, this print makes no sense: it tells about the comment line which user doesn't see. Maybe for that reason it was commented (^ plenty of them ahead (8

As for me, this `print` makes no sense: it tells about the comment line which user doesn't see. Maybe for that reason it was commented (^ plenty of them ahead (8
g1itch commented 2019-07-25 21:19:13 +02:00 (Migrated from github.com)

Are you a robot? Why don't you write a short human readable explanation for your changes? And maybe clarify the goal of them a bit?

Are you a robot? Why don't you write a short human readable explanation for your changes? And maybe clarify the goal of them a bit?
PeterSurda (Migrated from github.com) approved these changes 2019-07-27 11:56:20 +02:00
PeterSurda (Migrated from github.com) left a comment

This was a good choice for a PR, because it's example code and nothing critical. It also makes things compatible with python 3 and improves the code quality.

This was a good choice for a PR, because it's example code and nothing critical. It also makes things compatible with python 3 and improves the code quality.
PeterSurda (Migrated from github.com) approved these changes 2019-09-09 20:00:16 +02:00
dimyme (Migrated from github.com) reviewed 2019-11-26 11:04:32 +01:00
@ -66,0 +63,4 @@
' you will have to put your own in.')
# subject = 'subject!'.encode('base64')
# message = 'Hello, this is the message'.encode('base64')
# ackData = api.sendMessage('BM-Gtsm7PUabZecs3qTeXbNPmqx3xtHCSXF',
dimyme (Migrated from github.com) commented 2019-11-26 11:04:32 +01:00

just to unclutter the screen at runtime and keep syntax hilite

just to unclutter the screen at runtime and keep syntax hilite
This repo is archived. You cannot comment on pull requests.
No description provided.