Fix for Black formatting

This commit is contained in:
Simon Willison 2020-03-30 21:37:50 -07:00 committed by GitHub
commit 16ebbd2d49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,10 +72,7 @@ if np:
# If pandas is available, add more types
if pd:
COLUMN_TYPE_MAPPING.update(
{
pd.Timestamp: "TEXT"
})
COLUMN_TYPE_MAPPING.update({pd.Timestamp: "TEXT"})
class AlterError(Exception):