diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-13 12:43:12 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-13 12:43:12 -0800 |
commit | e8a2925394f4cce0b8b4514f58d2bd19f9d7490b (patch) | |
tree | c060f01ac5e3e63d08a28cf38d0ade55267fc893 /python/TODO | |
parent | 572fdc7caf74d9539e642e97855d8c8ba94ff93a (diff) | |
download | fatcat-e8a2925394f4cce0b8b4514f58d2bd19f9d7490b.tar.gz fatcat-e8a2925394f4cce0b8b4514f58d2bd19f9d7490b.zip |
use Counter object instead of per-metric ints
Diffstat (limited to 'python/TODO')
-rw-r--r-- | python/TODO | 1 |
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 |