Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make AbstractNode nonoptional #8667

Merged
merged 5 commits into from Apr 5, 2024
Merged

make AbstractNode nonoptional #8667

merged 5 commits into from Apr 5, 2024

Conversation

abyesilyurt
Copy link
Contributor

@abyesilyurt abyesilyurt commented Apr 4, 2024

Description

Just a type change so we don't need to check for None everywhere.

Affected Dependencies

List any dependencies that are required for this change.

How has this been tested?

  • Describe the tests that you ran to verify your changes.
  • Provide instructions so we can reproduce.
  • List any relevant details for your test configuration.

Checklist

@abyesilyurt abyesilyurt changed the title wip make AbstractNode nonoptional make AbstractNode nonoptional Apr 4, 2024
@abyesilyurt abyesilyurt marked this pull request as ready for review April 4, 2024 10:40
@@ -71,15 +69,15 @@ class UnauthedServiceContext(NodeServiceContext):
__version__ = SYFT_OBJECT_VERSION_2

login_credentials: UserLoginCredentials
node: AbstractNode | None = None
node: AbstractNode
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This the critical change, the rest is cleanup.

@abyesilyurt abyesilyurt self-assigned this Apr 4, 2024
@abyesilyurt abyesilyurt merged commit 64791c4 into dev Apr 5, 2024
35 checks passed
@abyesilyurt abyesilyurt deleted the aziz/nodetype branch April 5, 2024 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants