Skip to content

Commit

Permalink
Merge pull request omnilib#197 from pandaninjas/patch-1
Browse files Browse the repository at this point in the history
Add paramstyle to aiosqlite
  • Loading branch information
amyreese authored Sep 25, 2022
2 parents 39ec632 + 7214b7a commit bdc6b5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aiosqlite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
IntegrityError,
NotSupportedError,
OperationalError,
paramstyle,
ProgrammingError,
register_adapter,
register_converter,
Expand All @@ -24,6 +25,7 @@

__all__ = [
"__version__",
"paramstyle",
"register_adapter",
"register_converter",
"sqlite_version",
Expand Down

0 comments on commit bdc6b5d

Please sign in to comment.