Skip to content

Commit 34a995c

Browse files
committed
Ruff project_api
1 parent 9445fdd commit 34a995c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/hopsworks/core/project_api.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
# limitations under the License.
1515
#
1616

17-
from hopsworks import client, project, constants
1817
import json
18+
19+
from hopsworks import client, constants, project
1920
from hopsworks.client.exceptions import RestAPIError
2021

2122

0 commit comments

Comments
 (0)