Skip to content

Commit

Permalink
fix: indent import
Browse files Browse the repository at this point in the history
  • Loading branch information
Udit107710 authored Sep 3, 2024
2 parents 6580aa0 + 7b2956c commit 98066cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte/shared/catalog_providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
import copy
from typing import TYPE_CHECKING, Any, final

from airbyte._util.name_normalizers import LowerCaseNormalizer
from airbyte_protocol.models import (
ConfiguredAirbyteCatalog,
)

from airbyte import exceptions as exc
from airbyte._util.name_normalizers import LowerCaseNormalizer
from airbyte.strategies import WriteMethod, WriteStrategy


Expand Down

0 comments on commit 98066cd

Please sign in to comment.