jnh5y commented on code in PR #25211: URL: https://github.com/apache/flink/pull/25211#discussion_r1761325334
########## flink-python/pyflink/table/catalog.py: ########## @@ -15,9 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. ################################################################################ -from typing import Dict, List, Optional - from py4j.java_gateway import java_import +from typing import Dict, List, Optional Review Comment: Did this line need to move down? -- 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]
