Skip to content

Commit

Permalink
fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Springer committed Nov 15, 2017
1 parent db5951e commit 02b8162
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion jwt/api_jws.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import binascii
import json
import warnings

from collections import Mapping

from .algorithms import (
Expand Down
1 change: 0 additions & 1 deletion jwt/api_jwt.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import json
import warnings

from calendar import timegm
from collections import Mapping
from datetime import datetime, timedelta
Expand Down
1 change: 0 additions & 1 deletion jwt/contrib/algorithms/pycrypto.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import Crypto.Hash.SHA256
import Crypto.Hash.SHA384
import Crypto.Hash.SHA512

from Crypto.PublicKey import RSA
from Crypto.Signature import PKCS1_v1_5

Expand Down
1 change: 0 additions & 1 deletion tests/test_api_jws.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

import json

from decimal import Decimal

from jwt.algorithms import Algorithm
Expand Down
1 change: 0 additions & 1 deletion tests/test_api_jwt.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

import json
import time

from calendar import timegm
from datetime import datetime, timedelta
from decimal import Decimal
Expand Down
1 change: 0 additions & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import os
import struct

from calendar import timegm
from datetime import datetime

Expand Down

0 comments on commit 02b8162

Please sign in to comment.