You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by Jens Geyer <je...@apache.org> on 2021/10/31 11:19:20 UTC

Python code style: ./lib/py/src/transport/TTransport.py:400:5: E301 expected 1 blank line, found 0

Hi all,

One more (probably minor) issue: Something with Python code style checks seems a bit off and needs to be fixed.

https://app.travis-ci.com/github/apache/thrift/jobs/545934847

7316 # Python code style
7317 flake8
7318 ./lib/py/src/transport/TTransport.py:400:5: E301 expected 1 blank line, found 0
7319 The command "build/docker/run.sh" exited with 1.