10000 Try putting pylint disable at eol · davedoesdev/python-jwt@4898ddd · GitHub
[go: up one dir, main page]

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

Commit 4898ddd

Browse files
committed
Try putting pylint disable at eol
1 parent 19213c5 commit 4898ddd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/jwt_spec.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ 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=unused-variable
30-
class GenerateJWT(Vows.Context):
31-
#pylint: enable=unused-variable
29+
class GenerateJWT(Vows.Context): #pylint: disable=unused-variable
3230
""" generate token """
3331
def topic(self):
3432
""" generate tokens, one with lifetime, one with expires """

0 commit comments

Comments
 (0)
0