mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-22 08:24:32 +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 pandas is available, add more types
|
||||||
if pd:
|
if pd:
|
||||||
COLUMN_TYPE_MAPPING.update(
|
COLUMN_TYPE_MAPPING.update({pd.Timestamp: "TEXT"})
|
||||||
{
|
|
||||||
pd.Timestamp: "TEXT"
|
|
||||||
})
|
|
||||||
|
|
||||||
|
|
||||||
class AlterError(Exception):
|
class AlterError(Exception):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue