Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
sveneberth committed Jan 31, 2025
1 parent cb13922 commit 4d1dcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viur/core/bones/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def __init__(

self.compute = compute

if clone_behavior is None: # auto choose
if clone_behavior is None: # auto choose
if self.unique and self.readOnly:
self.clone_behavior = CloneBehavior(CloneStrategy.SET_DEFAULT)
else:
Expand Down

0 comments on commit 4d1dcc3

Please sign in to comment.