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 missing integration instructions for drf-yasg #505

Merged
merged 2 commits into from
Jan 12, 2022
Merged

Add missing integration instructions for drf-yasg #505

merged 2 commits into from
Jan 12, 2022

Conversation

2ykwang
Copy link
Member

@2ykwang 2ykwang commented Jan 12, 2022

PR: #145

Copy link
Member

@Andrew-Chen-Wang Andrew-Chen-Wang left a comment

Choose a reason for hiding this comment

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

Small listing. Otherwise LGTM! Thanks again and consider joining the team!

Comment on lines 86 to 88
@swagger_auto_schema(
responses={
status.HTTP_200_OK: TokenBlacklistResponseSerializer})
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
@swagger_auto_schema(
responses={
status.HTTP_200_OK: TokenBlacklistResponseSerializer})
@swagger_auto_schema(
responses={
status.HTTP_200_OK: TokenBlacklistResponseSerializer,
}
)

Copy link
Member Author

Choose a reason for hiding this comment

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

Added line breaks. and, how can I join a team?

Copy link
Member

Choose a reason for hiding this comment

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

Awesome, and yup you're in the team! I'll be able to ping y'all with the team mention. Thanks for helping so much!

@Andrew-Chen-Wang Andrew-Chen-Wang merged commit b29565b into jazzband:master Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants