mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
chore(frontend-python): remove deprecated operation color mapping constant
This commit is contained in:
@@ -17,13 +17,3 @@ class Operation(Enum):
|
||||
Input = "input"
|
||||
|
||||
# pylint: enable=invalid-name
|
||||
|
||||
|
||||
# https://graphviz.org/doc/info/colors.html#svg
|
||||
|
||||
OPERATION_COLOR_MAPPING = {
|
||||
Operation.Constant: "grey",
|
||||
Operation.Generic: "black",
|
||||
Operation.Input: "crimson",
|
||||
"output": "gold",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user