Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
linting
Signed-off-by: HaoXuAI <sduxuhao@gmail.com>
  • Loading branch information
HaoXuAI committed Sep 13, 2025
commit e786ef16fd77e5769ae59114cf18a1a3f9afa083
2 changes: 1 addition & 1 deletion sdk/python/feast/online_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from typing import TYPE_CHECKING, Any, Dict, List, Union, TypeAlias
from typing import TYPE_CHECKING, Any, Dict, List, TypeAlias, Union
Copy link
Copy Markdown
Collaborator Author

@HaoXuAI HaoXuAI Sep 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

somehow mypy linkting failed. this fixed it.


import pandas as pd
import pyarrow as pa
Expand Down
Loading