Skip to content

Commit

Permalink
Remove reote storage tool registry
Browse files Browse the repository at this point in the history
  • Loading branch information
gaya3-zipstack committed Dec 12, 2024
1 parent b7f17e0 commit e5a4890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 204 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@

class ToolRegistry:
REGISTRY_FILE = "registry.yaml"
if check_feature_flag_status(FeatureFlag.REMOTE_FILE_STORAGE):
PRIVATE_TOOL_CONFIG_FILE = "private_tools_remote_storage.json"
PUBLIC_TOOL_CONFIG_FILE = "public_tools_remote_storage.json"
else:
PRIVATE_TOOL_CONFIG_FILE = "private_tools.json"
PUBLIC_TOOL_CONFIG_FILE = "public_tools.json"
PRIVATE_TOOL_CONFIG_FILE = "private_tools.json"
PUBLIC_TOOL_CONFIG_FILE = "public_tools.json"

def __init__(
self,
Expand Down

This file was deleted.

0 comments on commit e5a4890

Please sign in to comment.