From 6e0c31f0ab1d6304b9f052455c0cac5da22c0467 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Fri, 6 Mar 2020 09:24:15 -0500 Subject: [PATCH] plugin.core: Add missing import. --- conservancy_beancount/plugin/core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conservancy_beancount/plugin/core.py b/conservancy_beancount/plugin/core.py index f7ecce7..d91fbac 100644 --- a/conservancy_beancount/plugin/core.py +++ b/conservancy_beancount/plugin/core.py @@ -15,6 +15,7 @@ # along with this program. If not, see . import datetime +import re from . import errors as errormod