LuminosoInsight / sales-engineering-code

Code for sales engineering, particularly for code that will be given to customers
MIT License
0 stars 0 forks source link

Basic PEP8 cleanups to subset_key_terms.py #137

Closed Tahnan closed 3 years ago

Tahnan commented 3 years ago

Mostly line-length things, also renaming "skt" variable so as not to shadow the "skt()" function; renaming some one-letter variables; etc.

Also, there was a dictionary assignment happening in a for-loop over every item in a list (even though it was always assigning the same dictionary to the same variable), so that had to stop.

Tahnan commented 3 years ago

Superceded by https://github.com/LuminosoInsight/sales-engineering-code/pull/138