Skip to content

Commit

Permalink
Remove added newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
beyarkay authored Oct 21, 2023
1 parent 854640e commit f4e2ad8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions seaborn/palettes.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@

class _ColorPalette(list):
"""Set the color palette in a with statement, otherwise be a list."""

def __enter__(self):
"""Open the context."""
from .rcmod import set_palette
Expand Down Expand Up @@ -94,7 +93,6 @@ def _repr_html_(self):

def _patch_colormap_display():
"""Simplify the rich display of matplotlib color maps in a notebook."""

def _repr_png_(self):
"""Generate a PNG representation of the Colormap."""
import io
Expand Down

0 comments on commit f4e2ad8

Please sign in to comment.