Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 971cbd7

Browse files
committed
fixed mypy
1 parent d3ab2e7 commit 971cbd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/crypt/test_rsa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from cryptography.hazmat import backends
1919
from cryptography.hazmat.primitives import serialization
2020
import pytest
21-
import rsa as rsa_lib
21+
import rsa as rsa_lib # type: ignore
2222

2323
from google.auth.crypt import _cryptography_rsa
2424
from google.auth.crypt import _python_rsa

0 commit comments

Comments
 (0)