Skip to content

Commit 139bd18

Browse files
committed
Adapt tag.py to the move to hopsworks
1 parent d609d89 commit 139bd18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/hopsworks/tag.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import json
1919

2020
import humps
21-
from hsfs import util
21+
from hopsworks import util
2222

2323

2424
class Tag:
@@ -44,7 +44,7 @@ def to_dict(self):
4444
}
4545

4646
def json(self):
47-
return json.dumps(self, cls=util.FeatureStoreEncoder)
47+
return json.dumps(self, cls=util.Encoder)
4848

4949
@classmethod
5050
def from_response_json(cls, json_dict):

0 commit comments

Comments
 (0)