Skip to content

Commit

Permalink
Fix linter issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
gersh committed Apr 15, 2023
1 parent 2644bc8 commit 9990b78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/test_commands.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down

0 comments on commit 9990b78

Please sign in to comment.