Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Sep 27, 2023
1 parent d6caa5c commit 762be68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autogpts/autogpt/tests/unit/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ def test_command_creation():
assert cmd.description == "Example command"
assert cmd.method == example_command_method
assert (
str(cmd) == "example: Example command. Params: (arg1: integer, arg2: Optional[string])"
str(cmd)
== "example: Example command. Params: (arg1: integer, arg2: Optional[string])"
)


Expand Down

0 comments on commit 762be68

Please sign in to comment.