Skip to content

Commit

Permalink
Monkeypatching tagging (#2857)
Browse files Browse the repository at this point in the history
* Monkeypatching tagging

* taming linter

* did we fix tests?

* no, we don't
  • Loading branch information
deniszh authored Aug 25, 2024
1 parent 66dcd48 commit e4f01cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/graphite/events/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
import six
django.utils.encoding.python_2_unicode_compatible = six.python_2_unicode_compatible
django.utils.six = six
from django.utils.encoding import smart_str # noqa: E402
django.utils.encoding.smart_text = smart_str
from tagging.models import Tag # noqa: E402

from graphite.events.compat import ModelTaggedItemManager # noqa: E402
Expand Down

0 comments on commit e4f01cd

Please sign in to comment.