references

This commit is contained in:
Dobromir Popov
2025-07-22 16:28:16 +03:00
parent a68df64b83
commit 1d224e5b8c
3 changed files with 3 additions and 138 deletions

View File

@ -29,7 +29,7 @@ def test_mexc_order_fix():
# Import after path setup
try:
from NN.exchanges.mexc_interface import MEXCInterface
from core.exchanges.mexc_interface import MEXCInterface
except ImportError as e:
print(f"❌ Import error: {e}")
return False