Skip to content

Commit 074a935

Browse files
committed
fix
1 parent 8724348 commit 074a935

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flink-python/pyflink/table/tests/test_environment_completeness.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
# limitations under the License.
1717
################################################################################
1818

19-
from pyflink.testing.test_case_utils import PythonAPICompletenessTestCase, PyFlinkTestCase
2019
from pyflink.table import TableEnvironment
20+
from pyflink.testing.test_case_utils import PythonAPICompletenessTestCase, \
21+
PyFlinkTestCase
2122

2223

2324
class EnvironmentAPICompletenessTests(PythonAPICompletenessTestCase, PyFlinkTestCase):
@@ -40,6 +41,7 @@ def excluded_methods(cls):
4041
'getCompletionHints',
4142
'fromValues',
4243
'fromCall',
44+
'fromModelPath',
4345
# See FLINK-25986
4446
'loadPlan',
4547
'compilePlanSql',

0 commit comments

Comments
 (0)