mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 18:04:32 +02:00
Run mypy against tests/ too, refs #37
This commit is contained in:
parent
7479933bc4
commit
c62363ebdc
4 changed files with 5 additions and 5 deletions
|
|
@ -197,7 +197,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"}) # type: ignore
|
||||
|
||||
|
||||
class AlterError(Exception):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue