error in mt5 parser - unused module import

This commit is contained in:
unknown
2026-06-13 07:45:15 +10:00
parent f60cc3790c
commit 17293d2c67
+1 -1
View File
@@ -9,7 +9,7 @@ Parsers for three MT5 trade report formats:
All normalise to a common DataFrame schema.
"""
from curses import raw
# from curses import raw - not used, and causes issues on Windows if imported at top level
import pandas as pd
import re