You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You expose sqlite Errors at the main level but these aren't the ones you actually raise (See core for example, where you raise sqlite3.OperationalError). The implementer is forced to import sqlite3 alongside your package in order to catch this exception but this appears not to be your intention.
occurs on release main branch untested, but looks like it still has the problem.
The text was updated successfully, but these errors were encountered:
Description
You expose sqlite Errors at the main level but these aren't the ones you actually raise (See core for example, where you raise sqlite3.OperationalError). The implementer is forced to import sqlite3 alongside your package in order to catch this exception but this appears not to be your intention.
occurs on release main branch untested, but looks like it still has the problem.
The text was updated successfully, but these errors were encountered: