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

Commit

Permalink
Try putting pylint disable at eol
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Feb 24, 2020
1 parent 19213c5 commit 4898ddd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/jwt_spec.py
Expand Up @@ -26,9 +26,7 @@ def _setup(alg, priv_type, pub_type, exp, iat_skew, nbf, jti_size, keyless, expe
pubk = None if keyless else pub_keys[alg][pub_type]
jtis = {}
@Vows.batch
#pylint: disable=unused-variable
class GenerateJWT(Vows.Context):
#pylint: enable=unused-variable
class GenerateJWT(Vows.Context): #pylint: disable=unused-variable
""" generate token """
def topic(self):
""" generate tokens, one with lifetime, one with expires """
Expand Down

0 comments on commit 4898ddd

Please sign in to comment.