mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-20 07:24:23 +02:00
Fix for Black formatting
This commit is contained in:
parent
fdf7cb4a98
commit
16ebbd2d49
1 changed files with 1 additions and 4 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue