Skip to content

Commit e786ef1

Browse files
committed
linting
Signed-off-by: HaoXuAI <[email protected]>
1 parent bc7f7f4 commit e786ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/feast/online_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from typing import TYPE_CHECKING, Any, Dict, List, Union, TypeAlias
15+
from typing import TYPE_CHECKING, Any, Dict, List, TypeAlias, Union
1616

1717
import pandas as pd
1818
import pyarrow as pa

0 commit comments

Comments
 (0)