Skip to content

Commit 23a2b62

Browse files
committed
updates import order custom_okta_supplier.py
1 parent b43e189 commit 23a2b62

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

auth/cloud-client-temp/custom_okta_supplier.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@
1313

1414
import json
1515
import os
16-
import urllib.parse
1716
import time
17+
import urllib.parse
1818

1919
from dotenv import load_dotenv
2020
import requests
21+
2122
from google.auth.exceptions import GoogleAuthError
2223
from google.auth.identity_pool import Credentials as IdentityPoolClient
2324
from google.auth.transport.requests import AuthorizedSession

0 commit comments

Comments
 (0)