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

Add type annotations to controllers/__init__.py #795

Merged
merged 3 commits into from
Jan 17, 2024

Conversation

emontnemery
Copy link
Collaborator

No description provided.

@emontnemery emontnemery force-pushed the type_annotations_controllers_init branch from e58d85b to 43def14 Compare January 17, 2024 11:25
if self._socket_client is None:
raise ControllerNotRegistered

self._socket_client.receiver_controller.launch_app( # type: ignore[no-untyped-call]
Copy link
Collaborator Author

@emontnemery emontnemery Jan 17, 2024

Choose a reason for hiding this comment

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

We can remove this when controllers/receiver.py is annotated (planned for next PR)

@emontnemery emontnemery merged commit e7d5e9a into master Jan 17, 2024
1 check passed
@emontnemery emontnemery deleted the type_annotations_controllers_init branch January 17, 2024 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants