From 68c2c1e6f87cb8626de2ac2dac314944a14ddf10 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Sat, 23 May 2020 10:13:02 -0400 Subject: [PATCH] reports.accrual: Sort imports. --- conservancy_beancount/reports/accrual.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conservancy_beancount/reports/accrual.py b/conservancy_beancount/reports/accrual.py index 175f781..7137421 100644 --- a/conservancy_beancount/reports/accrual.py +++ b/conservancy_beancount/reports/accrual.py @@ -59,9 +59,9 @@ option:: # along with this program. If not, see . import argparse +import collections import datetime import enum -import collections import re import sys