Refactor inspect logic

This commit is contained in:
Russ Garrett 2018-05-21 09:02:34 +01:00 committed by Simon Willison
commit 58b5a37dbb
3 changed files with 161 additions and 145 deletions

View file

@ -25,7 +25,6 @@ from datasette.utils import (
connections = threading.local()
ureg = pint.UnitRegistry()
HASH_BLOCK_SIZE = 1024 * 1024
HASH_LENGTH = 7