Skip to content

Commit

Permalink
Change " to '
Browse files Browse the repository at this point in the history
  • Loading branch information
dyohan9 committed Jul 18, 2019
1 parent 87c6b20 commit b2c1b8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bothub/api/v2/repository/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class RepositoriesViewSet(
openapi.Parameter(
'nickname',
openapi.IN_QUERY,
description="Nickname User",
description='Nickname User',
type=openapi.TYPE_STRING,
required=True
),
Expand Down
2 changes: 1 addition & 1 deletion bothub/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
description='Documentation',
terms_of_service='https://www.google.com/policies/terms/',
contact=openapi.Contact(email='bothub@ilhasoft.com.br'),
license=openapi.License(name="GPL-3.0"),
license=openapi.License(name='GPL-3.0'),
),
public=True,
permission_classes=(permissions.AllowAny,),
Expand Down

0 comments on commit b2c1b8f

Please sign in to comment.