This is an automated email from the ASF dual-hosted git repository.

hxb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 639deeca337 [FLINK-34012][python] Fix mypy error (#24043)
639deeca337 is described below

commit 639deeca33757c7380d474d43b8a70bacb84dd20
Author: HuangXingBo <[email protected]>
AuthorDate: Mon Jan 8 15:32:06 2024 +0800

    [FLINK-34012][python] Fix mypy error (#24043)
---
 flink-python/tox.ini | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/flink-python/tox.ini b/flink-python/tox.ini
index 3813cb2e78f..8fdb96fd2dd 100644
--- a/flink-python/tox.ini
+++ b/flink-python/tox.ini
@@ -52,3 +52,6 @@ strict_optional=False
 
 [mypy-pyflink.fn_execution.*]
 ignore_errors = True
+
+[mypy-google.*]
+ignore_missing_imports = True

Reply via email to