Skip to content

Commit 944e9fd

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore(internal): remove redundant decorator args (#259)
1 parent 2b6f4e6 commit 944e9fd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/orb/resources/customers/credits/ledger.py

-8
Original file line numberDiff line numberDiff line change
@@ -1028,11 +1028,9 @@ def create_entry(
10281028
...
10291029

10301030
@required_args(
1031-
["amount", "entry_type"],
10321031
["amount", "entry_type"],
10331032
["entry_type", "expiry_date", "target_expiry_date"],
10341033
["amount", "block_id", "entry_type"],
1035-
["amount", "block_id", "entry_type"],
10361034
)
10371035
def create_entry(
10381036
self,
@@ -1921,11 +1919,9 @@ def create_entry_by_external_id(
19211919
...
19221920

19231921
@required_args(
1924-
["amount", "entry_type"],
19251922
["amount", "entry_type"],
19261923
["entry_type", "expiry_date", "target_expiry_date"],
19271924
["amount", "block_id", "entry_type"],
1928-
["amount", "block_id", "entry_type"],
19291925
)
19301926
def create_entry_by_external_id(
19311927
self,
@@ -3150,11 +3146,9 @@ async def create_entry(
31503146
...
31513147

31523148
@required_args(
3153-
["amount", "entry_type"],
31543149
["amount", "entry_type"],
31553150
["entry_type", "expiry_date", "target_expiry_date"],
31563151
["amount", "block_id", "entry_type"],
3157-
["amount", "block_id", "entry_type"],
31583152
)
31593153
async def create_entry(
31603154
self,
@@ -4043,11 +4037,9 @@ async def create_entry_by_external_id(
40434037
...
40444038

40454039
@required_args(
4046-
["amount", "entry_type"],
40474040
["amount", "entry_type"],
40484041
["entry_type", "expiry_date", "target_expiry_date"],
40494042
["amount", "block_id", "entry_type"],
4050-
["amount", "block_id", "entry_type"],
40514043
)
40524044
async def create_entry_by_external_id(
40534045
self,

0 commit comments

Comments
 (0)