Skip to content

Commit

Permalink
Add `pragma: no cover
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jul 10, 2024
1 parent c396b6e commit 361600a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singer_sdk/authenticators.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ def oauth_request_payload(self) -> dict:
RuntimeError: If the JWT dependencies are not installed.
ValueError: If the private key is not set.
"""
try:
try: # pragma: no cover
import jwt # noqa: PLC0415
from cryptography.hazmat.backends import default_backend # noqa: PLC0415
from cryptography.hazmat.primitives import serialization # noqa: PLC0415
Expand Down

0 comments on commit 361600a

Please sign in to comment.