Skip to content

Commit

Permalink
fix: fix docstrings for config
Browse files Browse the repository at this point in the history
  • Loading branch information
andyantrim committed Nov 1, 2024
1 parent b65c9b2 commit 0d0cc4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nyx_client/nyx_client/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class BaseNyxConfig:
Attributes:
nyx_url: The URL of the Nyx instance.
nyx_username: The username of the Nyx user.
nyx_email: The email of the Nyx user.
nyx_password: The password of the Nyx user.
override_token: Allows injection of JWT token
"""

nyx_url: str
Expand Down

0 comments on commit 0d0cc4f

Please sign in to comment.