kezhenxu94 commented on pull request #144: URL: https://github.com/apache/skywalking-python/pull/144#issuecomment-893932740
@probeyang can you fix the failure in CI? It's mostly because of code style ``` flake8 . --count --max-complexity=15 --max-line-length=120 35 ./tests/plugin/sw_falcon/__init__.py:16:2: W292 no newline at end of file 36 ./tests/plugin/sw_falcon/__init__.py:16:2: W292 no newline at end of file 37 ./tests/plugin/sw_falcon/__init__.py:16:2: W292 no newline at end of file 38 ./tests/plugin/sw_falcon/test_falcon.py:25:1: E302 expected 2 blank lines, found 1 39 ./tests/plugin/sw_falcon/services/consumer.py:26:1: E302 expected 2 blank lines, found 1 40 ./tests/plugin/sw_falcon/services/consumer.py:31:1: E305 expected 2 blank lines after class or function definition, found 1 41 ./tests/plugin/sw_falcon/services/consumer.py:31:40: W292 no newline at end of file 42 ./tests/plugin/sw_falcon/services/provider.py:28:1: E302 expected 2 blank lines, found 1 43 ./tests/plugin/sw_falcon/services/provider.py:33:1: E305 expected 2 blank lines after class or function definition, found 1 44 ./tests/plugin/sw_falcon/services/provider.py:33:40: W292 no newline at end of file ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
