From af4a78f944177b7e533ecd2d32c21e4d202d1e7f Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Sat, 21 Feb 2026 18:24:34 +0000 Subject: [PATCH] Move np field --- parsedmarc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsedmarc/__init__.py b/parsedmarc/__init__.py index a1efb5c..24b22e8 100644 --- a/parsedmarc/__init__.py +++ b/parsedmarc/__init__.py @@ -1126,9 +1126,9 @@ def parsed_aggregate_reports_to_csv_rows( aspf=aspf, p=p, sp=sp, + np=np_ pct=pct, fo=fo, - np=np_, testing=testing, discovery_method=discovery_method, )