Skip to content

Commit

Permalink
readded node_side_type field
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterChung241 committed Oct 4, 2023
1 parent 372a69f commit aea3dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/syft/src/syft/service/metadata/node_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class NodeMetadataJSON(BaseModel, StorableObjectType):
node_type: str = NodeType.DOMAIN.value
organization: str = "OpenMined"
description: str = "My cool domain"
# node_side_type: str
node_side_type: str
show_warnings: bool

def check_version(self, client_version: str) -> bool:
Expand Down

0 comments on commit aea3dcc

Please sign in to comment.