You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/05/18 00:27:59 UTC

[GitHub] [iceberg] kbendick commented on pull request #4797: Python - Fix tox errors for not calling super __init__ on a dataclass

kbendick commented on PR #4797:
URL: https://github.com/apache/iceberg/pull/4797#issuecomment-1129443952

   Here's some example breaking output:
   ```
    linters run-test: commands[3] | pylint src tests
     ************* Module iceberg.types
     src/iceberg/types.py:206:4: W0231: __init__ method from base class 'IcebergType' is not called (super-init-not-called)
   ```


-- 
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@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org