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:
@@ -3,11 +3,7 @@ from unittest.mock import patch
|
||||
import pytest
|
||||
|
||||
from autogpt.config.ai_config import AIConfig
|
||||
from autogpt.setup import (
|
||||
generate_aiconfig_automatic,
|
||||
generate_aiconfig_manual,
|
||||
prompt_user,
|
||||
)
|
||||
from autogpt.setup import generate_aiconfig_automatic, prompt_user
|
||||
from tests.utils import requires_api_key
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user