Changeset - 68c2c1e6f87c
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2020-05-23 14:13:02
brettcsmith@brettcsmith.org
reports.accrual: Sort imports.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conservancy_beancount/reports/accrual.py
Show inline comments
...
 
@@ -59,9 +59,9 @@ option::
 
# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 

	
 
import argparse
 
import collections
 
import datetime
 
import enum
 
import collections
 
import re
 
import sys
 

	
0 comments (0 inline, 0 general)