Skip to content

Commit

Permalink
fix: line length
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Calcavecchia committed Sep 28, 2024
1 parent 2b2ec25 commit 143d64e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion py-polars/polars/io/csv/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,8 @@ def scan_csv(
* `aws <https://docs.rs/object_store/latest/object_store/aws/enum.AmazonS3ConfigKey.html>`_
* `gcp <https://docs.rs/object_store/latest/object_store/gcp/enum.GoogleConfigKey.html>`_
* `azure <https://docs.rs/object_store/latest/object_store/azure/enum.AzureConfigKey.html>`_
(hint: `{"account_name": "<ACCOUNT_NAME>"}` to use the underlying azure infrastructure identity,
(hint: `{"account_name": "<ACCOUNT_NAME>"}`
to use the underlying azure infrastructure identity,
`{"account_name": "<ACCOUNT_NAME>", "use_azure_cli": "True"}`
to use the identity specified in `az login`)
* Hugging Face (`hf://`): Accepts an API key under the `token` parameter: \
Expand Down
3 changes: 2 additions & 1 deletion py-polars/polars/io/ipc/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,8 @@ def scan_ipc(
* `aws <https://docs.rs/object_store/latest/object_store/aws/enum.AmazonS3ConfigKey.html>`_
* `gcp <https://docs.rs/object_store/latest/object_store/gcp/enum.GoogleConfigKey.html>`_
* `azure <https://docs.rs/object_store/latest/object_store/azure/enum.AzureConfigKey.html>`_
(hint: `{"account_name": "<ACCOUNT_NAME>"}` to use the underlying azure infrastructure identity,
(hint: `{"account_name": "<ACCOUNT_NAME>"}`
to use the underlying azure infrastructure identity,
`{"account_name": "<ACCOUNT_NAME>", "use_azure_cli": "True"}`
to use the identity specified in `az login`)
* Hugging Face (`hf://`): Accepts an API key under the `token` parameter: \
Expand Down
6 changes: 4 additions & 2 deletions py-polars/polars/io/ndjson.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ def read_ndjson(
* `aws <https://docs.rs/object_store/latest/object_store/aws/enum.AmazonS3ConfigKey.html>`_
* `gcp <https://docs.rs/object_store/latest/object_store/gcp/enum.GoogleConfigKey.html>`_
* `azure <https://docs.rs/object_store/latest/object_store/azure/enum.AzureConfigKey.html>`_
(hint: `{"account_name": "<ACCOUNT_NAME>"}` to use the underlying azure infrastructure identity,
(hint: `{"account_name": "<ACCOUNT_NAME>"}`
to use the underlying azure infrastructure identity,
`{"account_name": "<ACCOUNT_NAME>", "use_azure_cli": "True"}`
to use the identity specified in `az login`)
* Hugging Face (`hf://`): Accepts an API key under the `token` parameter: \
Expand Down Expand Up @@ -247,7 +248,8 @@ def scan_ndjson(
* `aws <https://docs.rs/object_store/latest/object_store/aws/enum.AmazonS3ConfigKey.html>`_
* `gcp <https://docs.rs/object_store/latest/object_store/gcp/enum.GoogleConfigKey.html>`_
* `azure <https://docs.rs/object_store/latest/object_store/azure/enum.AzureConfigKey.html>`_
(hint: `{"account_name": "<ACCOUNT_NAME>"}` to use the underlying azure infrastructure identity,
(hint: `{"account_name": "<ACCOUNT_NAME>"}`
to use the underlying azure infrastructure identity,
`{"account_name": "<ACCOUNT_NAME>", "use_azure_cli": "True"}`
to use the identity specified in `az login`)
* Hugging Face (`hf://`): Accepts an API key under the `token` parameter: \
Expand Down
6 changes: 4 additions & 2 deletions py-polars/polars/io/parquet/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ def read_parquet(
* `aws <https://docs.rs/object_store/latest/object_store/aws/enum.AmazonS3ConfigKey.html>`_
* `gcp <https://docs.rs/object_store/latest/object_store/gcp/enum.GoogleConfigKey.html>`_
* `azure <https://docs.rs/object_store/latest/object_store/azure/enum.AzureConfigKey.html>`_
(hint: `{"account_name": "<ACCOUNT_NAME>"}` to use the underlying azure infrastructure identity,
(hint: `{"account_name": "<ACCOUNT_NAME>"}`
to use the underlying azure infrastructure identity,
`{"account_name": "<ACCOUNT_NAME>", "use_azure_cli": "True"}`
to use the identity specified in `az login`)
* Hugging Face (`hf://`): Accepts an API key under the `token` parameter: \
Expand Down Expand Up @@ -391,7 +392,8 @@ def scan_parquet(
* `aws <https://docs.rs/object_store/latest/object_store/aws/enum.AmazonS3ConfigKey.html>`_
* `gcp <https://docs.rs/object_store/latest/object_store/gcp/enum.GoogleConfigKey.html>`_
* `azure <https://docs.rs/object_store/latest/object_store/azure/enum.AzureConfigKey.html>`_
(hint: `{"account_name": "<ACCOUNT_NAME>"}` to use the underlying azure infrastructure identity,
(hint: `{"account_name": "<ACCOUNT_NAME>"}`
to use the underlying azure infrastructure identity,
`{"account_name": "<ACCOUNT_NAME>", "use_azure_cli": "True"}`
to use the identity specified in `az login`)
* Hugging Face (`hf://`): Accepts an API key under the `token` parameter: \
Expand Down

0 comments on commit 143d64e

Please sign in to comment.