Skip to content

Commit

Permalink
removed unused import of Enum
Browse files Browse the repository at this point in the history
  • Loading branch information
ptajvar committed Feb 21, 2024
1 parent b765cdf commit 1a5a015
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pixelator/plot/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
Copyright (c) 2023 Pixelgen Technologies AB.
"""

from enum import Enum


class Color():
class Color:
"""Class for color constants."""

LIGHTGREY = "#bebebe"
Expand Down

0 comments on commit 1a5a015

Please sign in to comment.