Skip to content

Commit

Permalink
fix(pre_commit): 🎨 auto format pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 18, 2024
1 parent 6fee626 commit 38bdeff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions supervision/draw/color.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from dataclasses import dataclass
from typing import List, Tuple

from supervision.utils.internal import deprecated

DEFAULT_COLOR_PALETTE = [
Expand Down Expand Up @@ -136,7 +137,7 @@ def GREEN(cls):
@property
def BLUE(cls):
return cls.from_hex("#0000ff")

@classmethod
@deprecated(
"`Color.white()` is deprecated and will be removed in "
Expand Down Expand Up @@ -178,7 +179,6 @@ def blue(cls) -> Color:
return Color.from_hex(color_hex="#0000ff")



@dataclass
class ColorPalette:
colors: List[Color]
Expand Down

0 comments on commit 38bdeff

Please sign in to comment.