Skip to content

Commit 0479282

Browse files
committed
Fix of RestAPIError import
1 parent 6783fd0 commit 0479282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/hopsworks/core/flink_cluster_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
import os
1919

2020
from hopsworks import client, flink_cluster, job, util
21+
from hopsworks.client.exceptions import RestAPIError
2122
from hopsworks.core import job_api
22-
from python.hopsworks.client.exceptions import RestAPIError
2323

2424

2525
class FlinkClusterApi:

0 commit comments

Comments
 (0)