Skip to content

Commit

Permalink
🚨 Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-mosleh committed Nov 22, 2024
1 parent 44db378 commit 39c2f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions minio/credentials/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from datetime import timedelta
from pathlib import Path
from typing import Callable, cast
from urllib.parse import urlencode, urlsplit, urlunsplit
from urllib.parse import urlencode, urlsplit
from xml.etree import ElementTree as ET

import certifi
Expand All @@ -44,7 +44,7 @@

from urllib3.util import Retry, parse_url

from minio.helpers import sha256_hash, url_replace
from minio.helpers import sha256_hash
from minio.signer import sign_v4_sts
from minio.time import from_iso8601utc, to_amz_date, utcnow
from minio.xml import find, findtext
Expand Down

0 comments on commit 39c2f51

Please sign in to comment.