From 42e359d5d1729970d165692bfda025395c24e60d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 04:02:03 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- taggit/models.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/taggit/models.py b/taggit/models.py index 9f6aa684..0b14e7d9 100644 --- a/taggit/models.py +++ b/taggit/models.py @@ -115,8 +115,6 @@ class Tag(TagBase): objects = NaturalKeyManager.from_queryset(TagQuerySet)() - - class Meta: verbose_name = _("tag") verbose_name_plural = _("tags")