Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSkovMadsen committed Nov 13, 2024
1 parent f9faae2 commit 563ea82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion param/parameterized.py
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@ def schema(self, safe=False, subset=None, mode='json'):
@property
def rx(self):
"""The reactive namespace.
Provides reactive versions of the operations that cannot be made reactive through overloading, such as
`.rx.and_` and `.rx.bool`. Call it (`()`) to obtain a reactive expression.
Expand Down
2 changes: 1 addition & 1 deletion param/reactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class NestedResolver(Resolver):

class reactive_ops:
"""The reactive namespace.
Provides reactive versions of the operations that cannot be made reactive through overloading, such as
`.rx.and_` and `.rx.bool`. Call it (`()`) to obtain a reactive expression.
Expand Down

0 comments on commit 563ea82

Please sign in to comment.