Skip to content

Commit

Permalink
fix migrations test
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-milea committed Sep 3, 2024
1 parent c8e08cf commit 309d81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/syft/src/syft/server/worker_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class WorkerSettings(SyftObject):
name: str
server_type: ServerType
server_side_type: ServerSideType
deployment_type: DeploymentType
deployment_type: DeploymentType = DeploymentType.REMOTE
signing_key: SyftSigningKey
document_store_config: StoreConfig
action_store_config: StoreConfig
Expand Down

0 comments on commit 309d81d

Please sign in to comment.