Skip to content

Commit

Permalink
Type fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
henadzit committed Jan 3, 2025
1 parent 16dbd41 commit 95565ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/benchmarks/test_create.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import asyncio
import random
from decimal import Decimal

from tests.testmodels import BenchmarkFewFields, BenchmarkManyFields

Expand Down
2 changes: 2 additions & 0 deletions tortoise/backends/psycopg/client.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import asyncio
import typing
from contextlib import _AsyncGeneratorContextManager
Expand Down

0 comments on commit 95565ad

Please sign in to comment.