Skip to content

Commit 5f86bd0

Browse files
authored
add return
1 parent 4defc76 commit 5f86bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class Device(DSyncModel):
104104
@classmethod
105105
def create(cls, dsync, ids, attrs):
106106
## TODO add your own logic here to create the device on the remote system
107-
super().create(ids=ids, dsync=dsync, attrs=attrs)
107+
return super().create(ids=ids, dsync=dsync, attrs=attrs)
108108

109109
def update(self, attrs):
110110
## TODO add your own logic here to update the device on the remote system

0 commit comments

Comments
 (0)