Skip to content

Commit 4beb47d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 10c0dcc commit 4beb47d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_colormap_parse.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import pytest
22

33
from branca.colormap import (
4-
_parse_color_as_numerical_sequence,
5-
_color_normalized_float_to_byte_int,
64
_color_byte_to_normalized_float,
7-
_parse_hex,
5+
_color_normalized_float_to_byte_int,
86
_is_hex,
97
_parse_color,
8+
_parse_color_as_numerical_sequence,
9+
_parse_hex,
1010
)
1111

1212

0 commit comments

Comments
 (0)