Skip to content

Commit 7ae6d27

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c514caf commit 7ae6d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/types/extra_types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ async def main() -> None:
136136
# It uses default connection parameters
137137
db_pool: Final = ConnectionPool()
138138
connection: Connection = await db_pool.connection()
139-
139+
140140
list_for_jsonb_field = [
141141
{"some": "dict"},
142142
[

0 commit comments

Comments
 (0)