Skip to content

Commit 1dd51be

Browse files
committed
Delete DataSources _bool_query_params from _many args
1 parent 5680ccf commit 1dd51be

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

chartmogul/api/data_source.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ class DataSource(Resource):
3636
'with_auto_churn_subscription_setting',
3737
'with_invoice_handling_setting'
3838
]
39-
_many = namedtuple(
40-
"DataSources",
41-
[_root_key] + _bool_query_params,
42-
defaults=[None, None, None]
43-
)
39+
_many = namedtuple("DataSources", [_root_key])
4440

4541
class _Schema(Schema):
4642
uuid = fields.String()

0 commit comments

Comments
 (0)