From 058121c291ccae5893e8cd6ac254092a8905e19f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 17:38:44 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- eav/models/attribute.py | 2 -- eav/models/value.py | 1 - 2 files changed, 3 deletions(-) diff --git a/eav/models/attribute.py b/eav/models/attribute.py index 1f52e7d..61dc8a7 100644 --- a/eav/models/attribute.py +++ b/eav/models/attribute.py @@ -1,5 +1,3 @@ -# ruff: noqa: UP007 - from __future__ import annotations import warnings diff --git a/eav/models/value.py b/eav/models/value.py index 5d8c0fd..a30f67e 100644 --- a/eav/models/value.py +++ b/eav/models/value.py @@ -1,4 +1,3 @@ -# ruff: noqa: UP007 from __future__ import annotations from typing import TYPE_CHECKING, ClassVar, Optional