Skip to content

Commit 7b618a1

Browse files
committed
Format with black
1 parent 8c6e0f0 commit 7b618a1

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

ravenpackapi/key_events/module.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ def __init__(self, api, product):
99
self.product = product
1010

1111
def _request_list(self, file_type):
12-
1312
response = self.api.request("/%s/history/%s/" % (self.product, file_type))
1413
data = response.json()
1514
return data

ravenpackapi/tests/acceptance/test_dataset_json.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def test_indicator_dataset(self):
2626
)
2727
indicator_dataset = self.api.create_dataset(indicator_dataset)
2828
try:
29-
3029
# ask the indicator dataset for its data
3130
response = indicator_dataset.json("2018-01-01 00:00", "2018-01-02 00:00")
3231
assert len(response) == 2 # we should get 2 rows

0 commit comments

Comments
 (0)