Skip to content

Commit 5ec7112

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 571dc39 commit 5ec7112

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

colour_datasets/loaders/asano2015.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,9 @@ def parse_workbook_Asano2015(
253253
(LMS_ConeFundamentals, "LMS"),
254254
]
255255
):
256-
257256
for j, degree in enumerate(
258257
[(2, "2$^\\circ$"), (10, "10$^\\circ$")]
259258
):
260-
261259
sheet = book.sheet_by_index(j + (i * 2))
262260

263261
x = np.transpose(

colour_datasets/records/configuration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def __init__(
117117
api_url: str = "https://sandbox.zenodo.org/api",
118118
community: str = "colour-science-datasets",
119119
) -> None:
120-
121120
self._api_url = api_url
122121
self._community = community
123122

0 commit comments

Comments
 (0)