Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jennywong2129 committed Oct 25, 2024
1 parent 8329554 commit 6644545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rev_ai/language_identification_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

import json
from .generic_api_client import GenericApiClient
from .models import LanguageIdentificationJob, LanguageIdentificationResult, RevAiApiDeploymentConfigMap, \
RevAiApiDeployment
from .models import LanguageIdentificationJob, LanguageIdentificationResult, \
RevAiApiDeploymentConfigMap, RevAiApiDeployment

try:
from urllib.parse import urljoin
Expand Down

0 comments on commit 6644545

Please sign in to comment.