Skip to content

Commit

Permalink
Fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmit Goswami committed Dec 5, 2024
1 parent 2b696be commit d6778ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pontoon/base/models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from django.conf import settings
from django.contrib.auth.models import User
from django.contrib.contenttypes.models import ContentType
from django.db.models import Count, Exists, OuterRef, Q
from django.db.models import Count, Exists, OuterRef
from django.urls import reverse
from django.utils import timezone

Expand Down

0 comments on commit d6778ae

Please sign in to comment.