Skip to content

Commit

Permalink
build: use uv
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Feb 8, 2025
1 parent 6f8c18d commit 0a2534d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion chii/curd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from .exceptions import NotFoundError

__all__ = [
"count",
"NotFoundError",
"count",
]
28 changes: 14 additions & 14 deletions chii/db/sa.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,26 @@

__all__ = [
"CHAR",
"selectinload",
"joinedload",
"Text",
"Column",
"subqueryload",
"String",
"DateTime",
"func",
"join",
"text",
"select",
"update",
"insert",
"String",
"Text",
"and_",
"func",
"count",
"or_",
"get",
"delete",
"func",
"func",
"get",
"insert",
"join",
"joinedload",
"or_",
"select",
"selectinload",
"subqueryload",
"sync_session_maker",
"text",
"update",
]


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ select = [
"RUF",
"SIM",
"SLF",
"TCH",
"TC",
"TID",
"TRY",
"YTT",
Expand Down

0 comments on commit 0a2534d

Please sign in to comment.