Skip to content

Commit

Permalink
Fix of RestAPIError import
Browse files Browse the repository at this point in the history
  • Loading branch information
aversey committed Jun 27, 2024
1 parent 6783fd0 commit 0479282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hopsworks/core/flink_cluster_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
import os

from hopsworks import client, flink_cluster, job, util
from hopsworks.client.exceptions import RestAPIError
from hopsworks.core import job_api
from python.hopsworks.client.exceptions import RestAPIError


class FlinkClusterApi:
Expand Down

0 comments on commit 0479282

Please sign in to comment.