Skip to content

Commit

Permalink
Use relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mathjazz committed Feb 22, 2024
1 parent 5d24d79 commit 7db71e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pontoon/tags/admin/resources.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from django.db.models import Q

from pontoon.tags.admin.exceptions import InvalidProjectError

from .base import TagsDataTool
from .exceptions import InvalidProjectError


class TagsResourcesTool(TagsDataTool):
Expand Down

0 comments on commit 7db71e7

Please sign in to comment.