Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 9, 2023
1 parent 59bd957 commit d8fe12a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions colour_datasets/loaders/asano2015.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,9 @@ def parse_workbook_Asano2015(
(LMS_ConeFundamentals, "LMS"),
]
):

for j, degree in enumerate(
[(2, "2$^\\circ$"), (10, "10$^\\circ$")]
):

sheet = book.sheet_by_index(j + (i * 2))

x = np.transpose(
Expand Down
1 change: 0 additions & 1 deletion colour_datasets/records/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ def __init__(
api_url: str = "https://sandbox.zenodo.org/api",
community: str = "colour-science-datasets",
) -> None:

self._api_url = api_url
self._community = community

Expand Down

0 comments on commit d8fe12a

Please sign in to comment.