Fokko commented on code in PR #8174: URL: https://github.com/apache/iceberg/pull/8174#discussion_r1301914089
########## python/pyiceberg/schema.py: ########## @@ -15,6 +15,8 @@ # specific language governing permissions and limitations # under the License. # pylint: disable=W0511 +from __future__ import annotations Review Comment: I can add that to [the `Type annotations` section](https://py.iceberg.apache.org/contributing/#type-annotations). I prefer the `from __future__ import annotations` since it introduces less visual noise. -- 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]
