Skip to content

Commit

Permalink
add pragma no cover
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpantyukhin committed Apr 12, 2018
1 parent 651cde2 commit 05110f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp_security/jwt_identity.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .abc import AbstractIdentityPolicy
try:
import jwt
except ImportError:
except ImportError: # pragma: no cover
jwt = None


Expand Down

0 comments on commit 05110f0

Please sign in to comment.