lint: Fix E231 flake8 linting errors

This commit is contained in:
Drikus Roor
2023-04-12 22:55:42 +02:00
committed by Drikus Roor
parent 8ff36bb8ba
commit 4afd0a3714
3 changed files with 5 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ class TestParseJson(unittest.TestCase):
good_obj = {
"command": {
"name": "browse_website",
"args":{
"args": {
"url": "https://github.com/Torantulino/Auto-GPT"
}
},
@@ -91,7 +91,7 @@ class TestParseJson(unittest.TestCase):
good_obj = {
"command": {
"name": "browse_website",
"args":{
"args": {
"url": "https://github.com/Torantulino/Auto-GPT"
}
},