From 5f2ecef7a2d8dbbbb9336af584d1aa3fcc8bcf4f Mon Sep 17 00:00:00 2001 From: xaellison Date: Thu, 5 Sep 2024 11:20:34 -0400 Subject: [PATCH] fix(python): Fix `ml.torch.py` delete unknown mypy annotation --- py-polars/polars/ml/torch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/py-polars/polars/ml/torch.py b/py-polars/polars/ml/torch.py index c8c80c0c9581..cf332146e183 100644 --- a/py-polars/polars/ml/torch.py +++ b/py-polars/polars/ml/torch.py @@ -1,4 +1,3 @@ -# mypy: disable-error-code="unused-ignore" from __future__ import annotations from typing import TYPE_CHECKING, Sequence