You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/05/26 07:38:10 UTC

[GitHub] [flink] deadwind4 opened a new pull request, #19821: [hotfix][python] Fix flake8 check E302 error for blank lines

deadwind4 opened a new pull request, #19821:
URL: https://github.com/apache/flink/pull/19821

   I execute `python -m flake8 --config=tox.ini` in `flink-python` dir
   It will throw the following error message.
   
   `./pyflink/table/tests/test_udf.py:805:1: E302 expected 2 blank lines, found 1`
   


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] dianfu merged pull request #19821: [hotfix][python] Fix flake8 check E302 error for blank lines

Posted by GitBox <gi...@apache.org>.
dianfu merged PR #19821:
URL: https://github.com/apache/flink/pull/19821


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] flinkbot commented on pull request #19821: [hotfix][python] Fix flake8 check E302 error for blank lines

Posted by GitBox <gi...@apache.org>.
flinkbot commented on PR #19821:
URL: https://github.com/apache/flink/pull/19821#issuecomment-1138258696

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c99a371b126a8c97680e6d9b2237f1ca9e44c684",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c99a371b126a8c97680e6d9b2237f1ca9e44c684",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c99a371b126a8c97680e6d9b2237f1ca9e44c684 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org