Browse Source

Add `atomic` to the sqlite_ext stub

Trevor Elliott 4 years ago
parent
commit
1ded752949
1 changed files with 3 additions and 0 deletions
  1. 3 0
      stubs/playhouse/sqlite_ext.py

+ 3 - 0
stubs/playhouse/sqlite_ext.py

@@ -4,3 +4,6 @@ import typing
 class SqliteExtDatabase:
     def __init__(self, path: typing.Optional[str]):
         pass
+
+    def atomic(self):
+        pass