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

(#1164) Type annotate auth.py #1185

Merged
merged 3 commits into from
Dec 29, 2019
Merged

(#1164) Type annotate auth.py #1185

merged 3 commits into from
Dec 29, 2019

Conversation

PythonCoderAS
Copy link
Contributor

#1164

-> ./praw/models/auth.py

@@ -6,6 +6,8 @@
session,
)

from typing import Dict, List, NoReturn, Optional, Set, Union
Copy link
Member

Choose a reason for hiding this comment

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

Correct the import order please. These imports go in their own system level section above prawcore (third party import).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok

@bboe bboe merged commit 57990c6 into praw-dev:master Dec 29, 2019
@PythonCoderAS PythonCoderAS deleted the add-types-praw-models-auth branch December 29, 2019 17:26
@PythonCoderAS PythonCoderAS added this to the Type all Modules milestone Mar 20, 2020
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.

None yet

2 participants