crs4 / pydoop

A Python MapReduce and HDFS API for Hadoop
Apache License 2.0
236 stars 59 forks source link

Fix flake8 errors #333

Closed simleo closed 5 years ago

simleo commented 5 years ago

Fixes #332.

Re: line breaking around operators, my understanding is that now both warnings are active, and you have to choose which convention to adhere to (see PyCQA/pycodestyle#498), so I have just silenced the warning for the convention we're not using.