From 68c2c1e6f87cb8626de2ac2dac314944a14ddf10 2020-05-23 14:13:02 From: Brett Smith Date: 2020-05-23 14:13:02 Subject: [PATCH] reports.accrual: Sort imports. --- diff --git a/conservancy_beancount/reports/accrual.py b/conservancy_beancount/reports/accrual.py index 175f78194fc613dfc22a1f7c12f522ddeda53c53..7137421ee58de8fac733491d2eeff0f0be3fb0c8 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