Skip to content

Commit

Permalink
#23 Fixed flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
gargravarr committed Dec 15, 2016
1 parent 96e4919 commit 1f05e91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zign/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import tokens
import requests
import socket
import sys
import webbrowser
import yaml

Expand Down Expand Up @@ -332,7 +331,7 @@ def get_token_implicit_flow(name=None, authorize_url=None, token_url=None, clien
finally:
os.dup2(saved_stdout, 1)
os.dup2(saved_stderr, 2)

info('Your browser has been opened to visit:\n\n\t{}\n'.format(browser_url))

else:
Expand Down

0 comments on commit 1f05e91

Please sign in to comment.