Skip to content

Commit 550a603

Browse files
committed
fix style
1 parent 5fe3692 commit 550a603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/hsfs/core/online_store_rest_client_engine.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
from __future__ import annotations
1717

1818
import base64
19-
from datetime import datetime
2019
import itertools
2120
import logging
21+
from datetime import datetime
2222
from typing import Any, Dict, List, Optional, Tuple, Union
2323

2424
from hsfs import training_dataset_feature as td_feature_mod
@@ -143,7 +143,7 @@ def build_base_payload(
143143

144144
_logger.debug(f"Base payload: {base_payload}")
145145
return base_payload
146-
146+
147147
def decode_rdrs_feature_values(self, feature_values: List[Any]) -> List[Any]:
148148
"""Decode the response from the RonDB Rest Server Feature Store API.
149149

0 commit comments

Comments
 (0)