Skip to content

Commit 849f41d

Browse files
authored
Merge pull request #36 from DataCrunch-io/refactor/use-dataclasses
Refactor/use dataclasses
2 parents 869e37e + 57ef834 commit 849f41d

File tree

7 files changed

+175
-424
lines changed

7 files changed

+175
-424
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Changelog
33

44
* Added example for calling the inference endpoint with a minimal client
55
* Added missing doc generation for inference examples
6+
* Refactor: use dataclasses and google docstring style in instances.py
67

78
v1.10.0 (2025-04-17)
89
-------------------

datacrunch/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def __init__(self):
2222

2323

2424
class InstanceStatus:
25+
ORDERED = 'ordered'
2526
RUNNING = 'running'
2627
PROVISIONING = 'provisioning'
2728
OFFLINE = 'offline'

0 commit comments

Comments
 (0)