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

Commit b455d59

Browse files
committed
fixed lint
1 parent fb52796 commit b455d59

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

google/auth/crypt/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@
3838
"""
3939

4040
from google.auth.crypt import base
41-
from google.auth.crypt import rsa
42-
4341
from google.auth.crypt import es
4442
from google.auth.crypt import es256
43+
from google.auth.crypt import rsa
4544

4645
EsSigner = es.EsSigner
4746
EsVerifier = es.EsVerifier

0 commit comments

Comments
 (0)