Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
parikls committed Oct 11, 2024
1 parent 00acbf0 commit 3606364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuro_config_client/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class NodePool:
intel_gpu_model: str | None = None
# todo: two props below are already deprecated
gpu: int | None = None
gpu_model: int | None = None
gpu_model: str | None = None

price: Decimal | None = None
currency: str | None = None
Expand Down

0 comments on commit 3606364

Please sign in to comment.