From 424b93089e8597c10f026d46e99e340d2ff69499 Mon Sep 17 00:00:00 2001 From: JCW Date: Thu, 5 Mar 2026 16:43:23 +0000 Subject: [PATCH] Fix formatting Signed-off-by: JCW --- scripts/generate_tx_classes.py | 1 + scripts/macro_parser_common.py | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/generate_tx_classes.py b/scripts/generate_tx_classes.py index 3876988987..43bc47ed78 100644 --- a/scripts/generate_tx_classes.py +++ b/scripts/generate_tx_classes.py @@ -5,6 +5,7 @@ and generate C++ classes for each transaction type. Uses pcpp to preprocess the macro file and pyparsing to parse the DSL. """ + # cspell:words sfields import io diff --git a/scripts/macro_parser_common.py b/scripts/macro_parser_common.py index 119f324783..5d65de88b2 100644 --- a/scripts/macro_parser_common.py +++ b/scripts/macro_parser_common.py @@ -5,6 +5,7 @@ Common utilities for parsing XRP Ledger macro files. This module provides shared functionality for parsing transactions.macro and ledger_entries.macro files using pcpp and pyparsing. """ + # cspell:words sfields import re