Ran black on sources
This commit is contained in:
parent
24d52f229f
commit
f6b43b0416
125 changed files with 355 additions and 329 deletions
|
|
@ -646,7 +646,6 @@ class CmdUsePuzzleParts(MuxCommand):
|
|||
return
|
||||
|
||||
if not part.tags.get(_PUZZLES_TAG_MEMBER, category=_PUZZLES_TAG_CATEGORY):
|
||||
|
||||
# not a puzzle part ... abort
|
||||
caller.msg("You have no idea how %s can be used" % (many))
|
||||
return
|
||||
|
|
|
|||
|
|
@ -184,7 +184,6 @@ class TestPuzzles(BaseEvenniaCommandTest):
|
|||
return msg
|
||||
|
||||
def test_cmd_use(self):
|
||||
|
||||
self._use("", "Use what?")
|
||||
self._use("something", "There is no something around.")
|
||||
self._use("steel", "You have no idea how this can be used")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue