Skip to content

Commit 720299f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 66e1e00 commit 720299f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

eav/models/attribute.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# ruff: noqa: UP007
2-
31
from __future__ import annotations
42

53
import warnings

eav/models/value.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# ruff: noqa: UP007
21
from __future__ import annotations
32

43
from typing import TYPE_CHECKING, ClassVar, Optional

0 commit comments

Comments
 (0)