We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2659c1f commit 14b870cCopy full SHA for 14b870c
1 file changed
consuming-apis-python/github.py
@@ -33,9 +33,7 @@ def create_oauth_link():
33
# website to input your credentials. Since you're doing this
34
# programmatically, you need to get the `url` parameter and print it in
35
# the console instead.
36
- url = response.url
37
-
38
- return url
+ return response.url
39
40
41
# In this method you'll exchange the code you got from the GitHub API with
0 commit comments