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
...
 
@@ -56,15 +56,15 @@ option::
 
# GNU Affero General Public License for more details.
 
#
 
# You should have received a copy of the GNU Affero General Public License
 
# 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
 

	
 
from typing import (
 
    Callable,
 
    Dict,
0 comments (0 inline, 0 general)