aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/graphics.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-07-01 18:35:17 -0700
committerBryan Newbold <bnewbold@robocracy.org>2020-07-01 18:35:17 -0700
commita6e515dfe8f07410e7c71fa826995e5172b19731 (patch)
tree9d11fb7455089634fca68efbbcb599a2e6ee1d27 /python/fatcat_web/graphics.py
parente9568d9d973df345966c71149757868cdf297179 (diff)
downloadfatcat-a6e515dfe8f07410e7c71fa826995e5172b19731.tar.gz
fatcat-a6e515dfe8f07410e7c71fa826995e5172b19731.zip
lint (flake8) web interface python files
Diffstat (limited to 'python/fatcat_web/graphics.py')
-rw-r--r--python/fatcat_web/graphics.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/fatcat_web/graphics.py b/python/fatcat_web/graphics.py
index fea7eb5a..56852627 100644
--- a/python/fatcat_web/graphics.py
+++ b/python/fatcat_web/graphics.py
@@ -33,4 +33,3 @@ def ia_coverage_histogram(rows):
chart.add('via Fatcat', [y['available'] for y in years])
chart.add('Missing', [y['missing'] for y in years])
return chart
-