We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027289b commit 37032c5Copy full SHA for 37032c5
datacrunch/instances/instances.py
@@ -4,8 +4,8 @@
4
5
INSTANCES_ENDPOINT = '/instances'
6
7
-Contract = Literal['DYNAMIC_PRICE', 'FIXED_PRICE']
8
-Pricing = Literal['LONG_TERM', 'PAY_AS_YOU_GO', 'SPOT']
+Contract = Literal['LONG_TERM', 'PAY_AS_YOU_GO', 'SPOT']
+Pricing = Literal['DYNAMIC_PRICE', 'FIXED_PRICE']
9
10
class Instance:
11
"""An instance model class"""
0 commit comments