Skip to content

Commit 7e037c3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 3c43f84 commit 7e037c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stubs/xlrd/xlrd/formatting.pyi

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ default_palette: dict[int, tuple[tuple[int, int, int], ...]]
1313
built_in_style_names: list[str]
1414

1515
def initialise_colour_map(book: Book) -> None: ...
16-
def nearest_colour_index(colour_map: dict[int, tuple[int, int, int] | None], rgb: tuple[int, int, int] | None, debug: int = 0) -> int: ...
16+
def nearest_colour_index(
17+
colour_map: dict[int, tuple[int, int, int] | None], rgb: tuple[int, int, int] | None, debug: int = 0
18+
) -> int: ...
1719

1820
_T = TypeVar("_T")
1921

0 commit comments

Comments
 (0)