Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
more pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
vegitron committed May 19, 2015
1 parent 3c832ac commit 96bb2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlshare_rest/management/commands/create_client_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ def handle(self, *args, **options):
)

print("ID:%s SECRET:%s" % (new_client.client_id,
new_client.client_secret))
new_client.client_secret))

0 comments on commit 96bb2a1

Please sign in to comment.