Skip to content

Commit

Permalink
Fixed flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Froilan Irizarry committed May 19, 2017
1 parent 4466782 commit ce4d420
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@

import argparse
import json
import pytest
import sys

import jwt
from jwt.__main__ import build_argparser, decode_payload, encode_payload, main

import pytest


class TestCli:

Expand Down

0 comments on commit ce4d420

Please sign in to comment.