mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-23 08:54:24 +01:00
remove unused imports automatically (#4449)
* remove unused imports automatically * add linters to pr template * remove useless try statement
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
from unittest import TestCase
|
||||
|
||||
from autogpt.json_utils.json_fix_llm import fix_and_parse_json
|
||||
from tests.utils import skip_in_ci
|
||||
|
||||
|
||||
class TestParseJson(TestCase):
|
||||
|
||||
Reference in New Issue
Block a user