Skip to content

Commit d59cee9

Browse files
committed
error after rebase
1 parent 00f9a0e commit d59cee9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

branca/colormap.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,8 @@ def __init__(
110110
self.vmin = vmin
111111
self.vmax = vmax
112112
self.caption = caption
113-
<<<<<<< HEAD
114113
self.text_color = text_color
115-
self.index = [vmin, vmax]
116-
=======
117114
self.index: List[float] = [vmin, vmax]
118-
>>>>>>> ec6251d... utilities.py wip
119115
self.max_labels = max_labels
120116
self.tick_labels: Optional[Sequence[Union[float, str]]] = None
121117

0 commit comments

Comments
 (0)