Skip to content

Commit 10a9ce6

Browse files
Update nextmv/cloud/client.py
Co-authored-by: Marius Merschformann <marius.merschformann@gmail.com>
1 parent 04ecd0e commit 10a9ce6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

nextmv/cloud/client.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@
99

1010
@dataclass
1111
class Client:
12-
"""Client that interacts directly with the Nextmv Cloud API. The API key
13-
must be provided either in the constructor or via the NEXTMV_API_KEY"""
12+
"""
13+
Client that interacts directly with the Nextmv Cloud API. The API key
14+
must be provided either in the constructor or via the NEXTMV_API_KEY
15+
environment variable.
16+
"""
1417

1518
api_key: str | None = None
1619
"""API key to use for authenticating with the Nextmv Cloud API. If not

0 commit comments

Comments
 (0)