Skip to content

Commit

Permalink
Add missing OrderingClause import
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSuperiorStanislav committed Mar 21, 2024
1 parent b6f66f2 commit 5b319cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions saritasa_sqlalchemy_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
Filter,
LazyLoaded,
LazyLoadedSequence,
OrderingClause,
OrderingClauses,
OrderingEnum,
OrderingEnumMeta,
Expand Down
7 changes: 6 additions & 1 deletion saritasa_sqlalchemy_tools/repositories/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
WhereFilters,
transform_search_filter,
)
from .ordering import OrderingClauses, OrderingEnum, OrderingEnumMeta
from .ordering import (
OrderingClause,
OrderingClauses,
OrderingEnum,
OrderingEnumMeta,
)
from .types import (
Annotation,
AnnotationSequence,
Expand Down

0 comments on commit 5b319cf

Please sign in to comment.