Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Guitlle committed Oct 7, 2024
1 parent fd201dd commit 21ea8b6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
from google.api_core.exceptions import InvalidArgument
from google.cloud import speech

from kobo.apps.organizations.models import Organization
from kobo.apps.trackers.utils import get_organization_remaining_usage
from kpi.utils.log import logging
from ...constants import GOOGLETS
from ...exceptions import (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
from google.cloud import translate_v3 as translate

from kobo.apps.languages.models.translation import TranslationService
from kobo.apps.organizations.models import Organization
from kobo.apps.trackers.utils import get_organization_remaining_usage
from kpi.utils.log import logging
from ...constants import GOOGLE_CODE, GOOGLETX
from ...exceptions import (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
TranslationService,
TranslationServiceLanguageM2M,
)
from kobo.apps.organizations.models import Organization
from kobo.apps.stripe.tests.utils import generate_plan_subscription
from kpi.constants import (
PERM_ADD_SUBMISSIONS,
PERM_CHANGE_ASSET,
Expand Down

0 comments on commit 21ea8b6

Please sign in to comment.