project-stats

keep track of your projects
git clone https://git.ce9e.org/project-stats.git

commit
c280e48971550c6518fd2b33f9730b6f68cca8e7
parent
09f6a06dbfa7eeac5354e9c0281b39e1033cc557
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2018-03-25 12:30
Gardening

Diffstat

M project_stats.py 1 -

1 files changed, 0 insertions, 1 deletions


diff --git a/project_stats.py b/project_stats.py

@@ -1,7 +1,6 @@
    1     1 from functools import total_ordering
    2     2 import argparse
    3     3 import asyncio
    4    -1 import json
    5     4 import logging
    6     5 import os
    7     6 import re