From 9990b78702caabca3fdbb02488dde53eae75df2b Mon Sep 17 00:00:00 2001 From: Gershon Bialer Date: Fri, 14 Apr 2023 22:44:42 -0700 Subject: [PATCH] Fix linter issues. --- tests/unit/test_commands.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/unit/test_commands.py b/tests/unit/test_commands.py index 1ecfc517..9bb4c9c4 100644 --- a/tests/unit/test_commands.py +++ b/tests/unit/test_commands.py @@ -1,6 +1,7 @@ from autogpt import commands import unittest -from unittest.mock import patch,MagicMock +from unittest.mock import patch, MagicMock + class TestCommands(unittest.TestCase): def test_make_agent(self):