Skip to content

Commit fd771e6

Browse files
jason-curtisclaude
andcommitted
Fix line too long in conftest.py docstring
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6563103 commit fd771e6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ def assert_frame_equal(left, right, **kwargs):
8989
def nrel_api_key():
9090
"""API key for NLR Developer Network (formerly NREL).
9191
92-
Checks NLR_API_KEY first, falls back to NREL_API_KEY with deprecation warning.
92+
Checks NLR_API_KEY first, falls back to NREL_API_KEY
93+
with deprecation warning.
9394
"""
9495
try:
9596
demo_key = os.environ["NLR_API_KEY"]

0 commit comments

Comments
 (0)