fix: remove non-existent Config import from config command
Some checks failed
CLI Tests / test-cli (push) Has been cancelled
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
Some checks failed
CLI Tests / test-cli (push) Has been cancelled
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
- Removed Config from import in config.py command file - Config class doesn't exist in aitbc_cli.config (only CLIConfig exists) - Config was unused in the command file anyway - Fixes ImportError that cascaded to fail all commands
This commit is contained in:
@@ -8,7 +8,7 @@ import yaml
|
||||
import json
|
||||
from pathlib import Path
|
||||
from typing import Optional, Dict, Any
|
||||
from ..config import get_config, Config
|
||||
from ..config import get_config
|
||||
from ..utils import output, error, success
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user