From 84007dffa8fd2fcdf4ff24abe6ee90c01c3d08ae Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 14 Nov 2021 16:28:53 -0800 Subject: [PATCH] Applied Black, refs #322, #328 --- sqlite_utils/db.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sqlite_utils/db.py b/sqlite_utils/db.py index 591a286..9667641 100644 --- a/sqlite_utils/db.py +++ b/sqlite_utils/db.py @@ -186,7 +186,6 @@ COLUMN_TYPE_MAPPING = { "integer": "INTEGER", "float": "FLOAT", "blob": "BLOB", - } # If numpy is available, add more types if np: