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
fix: Fix lint issue.
Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
  • Loading branch information
shuchu committed Feb 19, 2025
commit 5b331b3c8de1855d1311fc45e7c496fb7c383943
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
class LocalFeatureServerConfig(BaseFeatureServerConfig):
# Feature server type selector.
type: Literal["local"] = "local"

# The endpoint definition for transformation_service
transformation_service_endpoint: str = "localhost:6569"