Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit 4dd317f

Browse files
committed
More pylint
1 parent 88ab3d1 commit 4dd317f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/jwt_spec.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ def _setup(alg, priv_type, pub_type, exp, iat_skew, nbf, jti_size, keyless, expe
2626
pubk = None if keyless else pub_keys[alg][pub_type]
2727
jtis = {}
2828
@Vows.batch
29-
#pylint: disable=W0612
3029
#pylint: disable=unused-variable
3130
class GenerateJWT(Vows.Context):
32-
#pylint: enable=W0612
31+
#pylint: enable=unused-variable
3332
""" generate token """
3433
def topic(self):
3534
""" generate tokens, one with lifetime, one with expires """

0 commit comments

Comments
 (0)