mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-03 19:35:15 -05:00
Fix linter issues.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user