Skip to content

Commit

Permalink
Fix flake8 issues.
Browse files Browse the repository at this point in the history
- Fixed flake8 spacing issues.
  • Loading branch information
Froilan Irizarry committed Feb 26, 2017
1 parent de42a87 commit 041d689
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jwt/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def encode_payload(args):
print(e)
sys.exit(1)


def decode_payload(args):
try:
if not sys.stdin.isatty():
Expand All @@ -76,6 +77,7 @@ def decode_payload(args):
print(e)
sys.exit(1)


def main():

usage = '''
Expand Down Expand Up @@ -162,5 +164,6 @@ def main():
arg_parser.print_help()
sys.exit(1)


if __name__ == '__main__':
main()

0 comments on commit 041d689

Please sign in to comment.