Changeset - 4b6a27496d5f
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2020-06-10 20:14:07
brettcsmith@brettcsmith.org
accrual: Clean unused imports.
1 file changed with 0 insertions and 3 deletions:
0 comments (0 inline, 0 general)
conservancy_beancount/reports/accrual.py
Show inline comments
...
 
@@ -70,7 +70,6 @@ import collections
 
import datetime
 
import enum
 
import logging
 
import operator
 
import re
 
import sys
 
import urllib.parse as urlparse
...
 
@@ -82,10 +81,8 @@ from typing import (
 
    Any,
 
    BinaryIO,
 
    Callable,
 
    Dict,
 
    Iterable,
 
    Iterator,
 
    FrozenSet,
 
    List,
 
    Mapping,
 
    NamedTuple,
0 comments (0 inline, 0 general)