dianfu commented on a change in pull request #16611:
URL: https://github.com/apache/flink/pull/16611#discussion_r680945448
##########
File path: flink-python/pyflink/common/time.py
##########
@@ -17,6 +17,8 @@
################################################################################
from pyflink.java_gateway import get_gateway
+__all__ = ['Instant']
Review comment:
Nit:
- Keep it consistent for both Duration and Instant
- What about also declare Instant in __init__.py?
--
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]