Skip to content

Commit

Permalink
error after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Conengmo committed May 18, 2024
1 parent 00f9a0e commit d59cee9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions branca/colormap.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,8 @@ def __init__(
self.vmin = vmin
self.vmax = vmax
self.caption = caption
<<<<<<< HEAD
self.text_color = text_color
self.index = [vmin, vmax]
=======
self.index: List[float] = [vmin, vmax]
>>>>>>> ec6251d... utilities.py wip
self.max_labels = max_labels
self.tick_labels: Optional[Sequence[Union[float, str]]] = None

Expand Down

0 comments on commit d59cee9

Please sign in to comment.