Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit c7ac1f8

Browse files
make formatting happy
1 parent 7647e62 commit c7ac1f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dynata_rex/respondent_gateway.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,10 @@ def get_attribute_info(self, attribute_id: int) -> dict:
256256
data = {"id": attribute_id}
257257
return self.make_request.post(endpoint, data)
258258

259-
def get_attributes(self, country: str, page_number: int, page_size: int) -> dict:
259+
def get_attributes(self,
260+
country: str,
261+
page_number: int,
262+
page_size: int) -> dict:
260263
"""
261264
Get a list of attribute id's and their statuses
262265

0 commit comments

Comments
 (0)