Skip to content

Commit

Permalink
fix imports sort linting
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 committed Mar 11, 2024
1 parent 8637fb9 commit 6f8de97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_google_analytics/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
from pathlib import Path
from typing import List, Tuple

from google.oauth2.credentials import Credentials as OAuthCredentials
from googleapiclient.discovery import build
from oauth2client.service_account import ServiceAccountCredentials
from singer_sdk import Stream, Tap
from singer_sdk import typing as th # JSON schema typing helpers
from google.oauth2.credentials import Credentials as OAuthCredentials

from tap_google_analytics.client import GoogleAnalyticsStream

Expand Down

0 comments on commit 6f8de97

Please sign in to comment.