Skip to content

Commit 6c1581e

Browse files
committed
make package more Pythonic
1 parent d4c8b7c commit 6c1581e

19 files changed

+643
-689
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Example test:
120120
```python
121121
def test_new_feature():
122122
"""Test description."""
123-
client = NutrientClient({'apiKey': 'your_api_key'})
123+
client = NutrientClient(api_key='your_api_key')
124124
result = client.new_feature()
125125
assert result == expected_value
126126
```

0 commit comments

Comments
 (0)