Fixing comments

This commit is contained in:
Wendy Wang 2024-10-06 13:32:12 +02:00
parent 9eb136f59f
commit 870b0cc16f

View file

@ -168,10 +168,9 @@ class CmdStorage(MuxCommand):
caller.msg(f"This is now a storage location with id: {new_storage_id}.")
# CmdSet for easily install all commands
class StorageCmdSet(CmdSet):
"""
The git command.
CmdSet for all storage-related commands
"""
def at_cmdset_creation(self):