Skip to content

Fixes, enhancements and PEP8 styling#14

Open
Adirio wants to merge 5 commits intoPredixDev:masterfrom
Adirio:master
Open

Fixes, enhancements and PEP8 styling#14
Adirio wants to merge 5 commits intoPredixDev:masterfrom
Adirio:master

Conversation

@Adirio
Copy link

@Adirio Adirio commented Mar 3, 2017

The description of the commits have the information needed.

Adirio added 5 commits March 3, 2017 10:08
call needed to be renamed to spcall as there is already another call function
It was using a dict with worst case complexity for append and get equal to O(n) while list has O(1) for this operations, which are the only ones being used. Additionally this removes the need of carrying a counter.
- Double blank lane wrapping module level functions
- 4-space indentation
- no-space after "("
- single-space after ","
- single-space before and after "="
- single-space before and after "+"
- no-space before ")"
- no-space before ":"
- no-space between "print" and "("
@turnerth
Copy link
Contributor

turnerth commented Mar 3, 2017

hi, can you help us by identifying the tutorial or instructions you were following which prompted these merge requests?

Maybe provide a little more context?

@Adirio
Copy link
Author

Adirio commented Mar 7, 2017

I got this repository's URL from a git clone command on one of the getting started tutorials, and I was curious so inspected it. The changes are purely Pythonic.

@turnerth
Copy link
Contributor

turnerth commented Mar 7, 2017

alrighty, we'll review then. always good to get improvements from an expert!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants