From 17293d2c67bf40f384fc04b2cb2c1f7bb0bcdb3f Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 13 Jun 2026 07:45:15 +1000 Subject: [PATCH] error in mt5 parser - unused module import --- mt5_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mt5_parser.py b/mt5_parser.py index d2fc188..f313b89 100644 --- a/mt5_parser.py +++ b/mt5_parser.py @@ -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