summaryrefslogtreecommitdiffstats
path: root/python/TODO
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-11-13 12:43:12 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-11-13 12:43:12 -0800
commite8a2925394f4cce0b8b4514f58d2bd19f9d7490b (patch)
treec060f01ac5e3e63d08a28cf38d0ade55267fc893 /python/TODO
parent572fdc7caf74d9539e642e97855d8c8ba94ff93a (diff)
downloadfatcat-e8a2925394f4cce0b8b4514f58d2bd19f9d7490b.tar.gz
fatcat-e8a2925394f4cce0b8b4514f58d2bd19f9d7490b.zip
use Counter object instead of per-metric ints
Diffstat (limited to 'python/TODO')
-rw-r--r--python/TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/TODO b/python/TODO
index 46fceb69..8d9cffd3 100644
--- a/python/TODO
+++ b/python/TODO
@@ -3,7 +3,6 @@ Idea for further module simplification: move codegen'd library into it's own
directory (with it's own README, tests, etc), and reference it here via
symlink.
-- use dict counter type (in python collections) instead of currently janky counters
- schema.org metadata for releases
additional tests