Skip to content

Commit 37032c5

Browse files
committed
fix types
1 parent 027289b commit 37032c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datacrunch/instances/instances.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
INSTANCES_ENDPOINT = '/instances'
66

7-
Contract = Literal['DYNAMIC_PRICE', 'FIXED_PRICE']
8-
Pricing = Literal['LONG_TERM', 'PAY_AS_YOU_GO', 'SPOT']
7+
Contract = Literal['LONG_TERM', 'PAY_AS_YOU_GO', 'SPOT']
8+
Pricing = Literal['DYNAMIC_PRICE', 'FIXED_PRICE']
99

1010
class Instance:
1111
"""An instance model class"""

0 commit comments

Comments
 (0)