Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Jul 13, 2022
1 parent 7485f4b commit 9c96038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ch_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@
from .lib.coloraide import __version_info__ as coloraide_version
import functools


class Color(Base):
"""Custom base."""


PALETTE_CONFIG = 'color_helper.palettes'
REQUIRED_COLOR_VERSION = (0, 1, 0, 'alpha', 19)
UPDATE_COLORS = RE_COLOR_MATCH
Expand Down

0 comments on commit 9c96038

Please sign in to comment.