Imported sqlite3 instead of _sqlite3
adapt and ProgrammingError are both available on the sqlite3 module. There's no need to import the internal _sqlite3 module.
Showing
Please
register
or
sign in
to comment
adapt and ProgrammingError are both available on the sqlite3 module. There's no need to import the internal _sqlite3 module.