update comment

This commit is contained in:
Juha Jeronen
2024-01-12 15:43:47 +02:00
parent 2e32ae203a
commit 6e15d3d76c

View File

@@ -31,7 +31,7 @@ import torchvision
# ("banding", {}), # ("banding", {}),
# ("scanlines", {}) # ("scanlines", {})
# ] # ]
default_chain = [] # TODO: disabled temporarily to get a PR in early, since we are still missing config support in client default_chain = [] # Overridden by the animator, which sends us the chain.
T = TypeVar("T") T = TypeVar("T")
Atom = Union[str, bool, int, float] Atom = Union[str, bool, int, float]