From cde009fbf847256696823501d7ba95e1801e3589 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 10 Mar 2024 16:49:22 +0100 Subject: [PATCH] Fix missing imports in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d248047..26b4cd3 100644 --- a/README.rst +++ b/README.rst @@ -37,7 +37,7 @@ Parsing:: Generating:: import os - from datetime import date + from datetime import date, datetime, timezone from decimal import Decimal from drafthorse.models.accounting import ApplicableTradeTax -- 2.47.3