sungwy commented on PR #2154:
URL: https://github.com/apache/iceberg-python/pull/2154#issuecomment-3036401140
Hi @rambleraptor the CI is failing due to a lint error.
```
pyiceberg/view/__init__.py:23:22: F401 `pydantic.Field` imported but unused
|
21 | )
22 |
23 | from pydantic import Field
| ^^^^^ F401
24 |
25 | from pyiceberg.typedef import Identifier
|
= help: Remove unused import: `pydantic.Field`
```
Could you run `make lint` and commit the changes?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]