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

refactor: add missing paramiko types in init and version #8651

Merged
merged 2 commits into from
Aug 31, 2022
Merged

refactor: add missing paramiko types in init and version #8651

merged 2 commits into from
Aug 31, 2022

Conversation

kkirsche
Copy link
Contributor

This begins to work on #5736

This adds missing __init__ and _version variables.

Based on this source code:
https://github.com/paramiko/paramiko/blob/main/paramiko/__init__.py
https://github.com/paramiko/paramiko/blob/main/paramiko/_version.py

I believe util in __all__ is referencing the paramiko.util, but it's unclear if this was left out intentionally before.

@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

Copy link
Member

@AlexWaygood AlexWaygood left a comment

Choose a reason for hiding this comment

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

Thanks!

@AlexWaygood AlexWaygood merged commit 80fdf9e into python:master Aug 31, 2022
@kkirsche kkirsche deleted the paramiko branch September 2, 2022 13:48
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