Skip to content

Commit 06fc805

Browse files
noqanoqa
1 parent 05f6da6 commit 06fc805

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

mpcontribs-client/mpcontribs/client/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,7 @@ def __init__(
890890
session (requests.Session): override session for client to use
891891
"""
892892

893+
# ruff: disable[E501]
893894
logger.warning(
894895
"""The `mpcontribs-client` package has been deprecated in favor of the main Materials Project (MP) API client `mp-api`.
895896
To use the MP Contribs client swith up-to-date features, please `pip install 'mp-api[contribs]'`:
@@ -900,6 +901,7 @@ def __init__(
900901
mpr.contribs.query_contributions(...)
901902
```"""
902903
)
904+
# ruff: enable[E501]
903905

904906
# NOTE bravado future doesn't work with concurrent.futures
905907
# - Kong forwards consumer headers when api-key used for auth

0 commit comments

Comments
 (0)