Applied Black, refs #322, #328

This commit is contained in:
Simon Willison 2021-11-14 16:28:53 -08:00
commit 84007dffa8

View file

@ -186,7 +186,6 @@ COLUMN_TYPE_MAPPING = {
"integer": "INTEGER", "integer": "INTEGER",
"float": "FLOAT", "float": "FLOAT",
"blob": "BLOB", "blob": "BLOB",
} }
# If numpy is available, add more types # If numpy is available, add more types
if np: if np: