mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-23 15:14:44 +01:00
Fix isort?
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
import pytest
|
||||
|
||||
from autogpt.config import Config
|
||||
from autogpt.plugins import (blacklist_whitelist_check, inspect_zip_for_module,
|
||||
scan_plugins)
|
||||
from autogpt.plugins import (
|
||||
blacklist_whitelist_check,
|
||||
inspect_zip_for_module,
|
||||
scan_plugins,
|
||||
)
|
||||
|
||||
PLUGINS_TEST_DIR = "tests/unit/data/test_plugins"
|
||||
PLUGIN_TEST_ZIP_FILE = "Auto-GPT-Plugin-Test-master.zip"
|
||||
|
||||
Reference in New Issue
Block a user