Skip to content

Commit e6ff53e

Browse files
authored
fix: proper import statement (#124)
This isn't Javascript :P
1 parent d438015 commit e6ff53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/db_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The async client API is very similar to the sync API in terms of method names.
9999

100100
::
101101

102-
import AsyncDatabase from replit.database
102+
from replit.database import AsyncDatabase
103103

104104
db = AsyncDatabase()
105105
await db.set("a", "1")

0 commit comments

Comments
 (0)