Skip to content

Commit 5ee48d7

Browse files
committed
Missing classname
1 parent 4018202 commit 5ee48d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/fm/instances.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def create(self):
144144
return FMAWSInstance(self.client, instance)
145145

146146

147-
class (FMInstanceCreator):
147+
class FMAzureInstanceCreator(FMInstanceCreator):
148148
def create(self):
149149
"""
150150
Create the DSS instance

0 commit comments

Comments
 (0)