Skip to content

Commit edfebd0

Browse files
committed
chore: regenerate lock and reorder imports after rebase
Post-rebase tidying: poetry lock bumped to 2.3.3 plus mkdocstrings patch bump, and ruff reordered the third-party `ormar_rust_utils` import in queryset/utils.py.
1 parent 1379d65 commit edfebd0

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

ormar/queryset/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
from dataclasses import dataclass
44
from typing import TYPE_CHECKING, Any, Iterable, Optional, Union
55

6-
from ormar.exceptions import QueryDefinitionError
7-
86
import ormar_rust_utils
97

8+
from ormar.exceptions import QueryDefinitionError
9+
1010
if TYPE_CHECKING: # pragma no cover
1111
from ormar import BaseField, Model
1212

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)