Skip to content

Commit 3b9848c

Browse files
authored
Fix ruff lint
1 parent 47593af commit 3b9848c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyiceberg/io/fsspec.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@
3939
from pyiceberg.catalog import TOKEN
4040
from pyiceberg.exceptions import SignError
4141
from pyiceberg.io import (
42+
ADLS_ACCOUNT_HOST,
4243
ADLS_ACCOUNT_KEY,
4344
ADLS_ACCOUNT_NAME,
4445
ADLS_CLIENT_ID,
46+
ADLS_CLIENT_SECRET,
4547
ADLS_CONNECTION_STRING,
4648
ADLS_SAS_TOKEN,
4749
ADLS_TENANT_ID,
@@ -73,8 +75,6 @@
7375
S3_SIGNER_ENDPOINT,
7476
S3_SIGNER_ENDPOINT_DEFAULT,
7577
S3_SIGNER_URI,
76-
ADLS_CLIENT_SECRET,
77-
ADLS_ACCOUNT_HOST,
7878
FileIO,
7979
InputFile,
8080
InputStream,

0 commit comments

Comments
 (0)