Fix formatting

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2026-03-05 16:43:23 +00:00
parent 22d93d2b1c
commit 424b93089e
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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