Skip to content

Commit

Permalink
rename create
Browse files Browse the repository at this point in the history
  • Loading branch information
adgsantos committed Oct 22, 2024
1 parent 29dc02e commit 453ebfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntropy_sdk/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class RulesResource:
def __init__(self, sdk: "SDK"):
self._sdk = sdk

def set(
def create(
self,
rules: Rules,
**extra_kwargs: "Unpack[ExtraKwargs]",
Expand Down

0 comments on commit 453ebfb

Please sign in to comment.