1
0
Fork 0
This commit is contained in:
Hugh Rundle 2023-09-25 15:29:01 +10:00
parent c95f160216
commit 01a56540d0
No known key found for this signature in database
GPG key ID: A7E35779918253F9
3 changed files with 4 additions and 14 deletions

View file

@ -256,4 +256,5 @@ class Move(Verb):
allow_external_connections=allow_external_connections,
)
else:
return None
# we might do something with this to move other objects at some point
pass