EducationalTestingService / skll

SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.
http://skll.readthedocs.org
Other
550 stars 69 forks source link

Standardize string concatenation #636

Closed mulhod closed 3 years ago

mulhod commented 3 years ago

Standardize string concatenation over multiple lines.

There are cases where we're concatenating with +, with inline /, and where we needlessly parenthesize the whole string (for example, in an argument to a function).