mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-19 22:50:29 +08:00
Enable Ruff flake8-todos (TD) (#13748)
This commit is contained in:
@@ -147,7 +147,7 @@ class VariableAggregation(Enum):
|
||||
class _VariableMetaclass(type): ...
|
||||
|
||||
# Variable class in intent/documentation is a Tensor. In implementation there's
|
||||
# TODO comment to make it Tensor. It is not actually Tensor type wise, but even
|
||||
# TODO: comment to make it Tensor. It is not actually Tensor type wise, but even
|
||||
# dynamically patches on most methods of tf.Tensor
|
||||
# https://github.com/tensorflow/tensorflow/blob/9524a636cae9ae3f0554203c1ba7ee29c85fcf12/tensorflow/python/ops/variables.py#L1086.
|
||||
class Variable(Tensor, metaclass=_VariableMetaclass):
|
||||
|
||||
Reference in New Issue
Block a user