Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sven Eberth <[email protected]>
  • Loading branch information
phorward and sveneberth authored Jan 29, 2025
1 parent 51bf78a commit c2cc595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viur/core/bones/relational.py
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ def orderHook(self, name: str, query: db.Query, orderings): # FIXME
res.append(f"src.{orderKey}")
return res

def refresh(self, skel: "SkeletonInstance", name: str):
def refresh(self, skel: "SkeletonInstance", name: str) -> None:
"""
Refreshes all values that might be cached from other entities in the provided skeleton.
Expand Down

0 comments on commit c2cc595

Please sign in to comment.