Skip to content

Commit

Permalink
chore: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
pnilan committed Oct 21, 2024
1 parent 9fd417e commit fb605f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@


import logging
import orjson
from typing import Any, List, Mapping

import dpath.util
from airbyte_cdk.models import AirbyteMessageSerializer
import orjson
from airbyte_cdk.config_observation import create_connector_config_control_message
from airbyte_cdk.entrypoint import AirbyteEntrypoint
from airbyte_cdk.models import AirbyteMessageSerializer
from airbyte_cdk.sources.message import InMemoryMessageRepository, MessageRepository

from .source import SourceGoogleAnalyticsDataApi
Expand Down

0 comments on commit fb605f3

Please sign in to comment.