Skip to content

Commit

Permalink
Auto-fix lint and format issues
Browse files Browse the repository at this point in the history
  • Loading branch information
octavia-squidington-iii committed Jan 7, 2025
1 parent c4150ee commit 8ee5ac3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
import asyncio
import itertools
import traceback
from copy import deepcopy
from collections import defaultdict
from copy import deepcopy
from functools import cache
from os import path
from typing import Any, Dict, Iterable, List, Mapping, MutableMapping, Optional, Set, Union, Tuple
from typing import Any, Dict, Iterable, List, Mapping, MutableMapping, Optional, Set, Tuple, Union

from airbyte_cdk.models import AirbyteLogMessage, AirbyteMessage, FailureType, Level
from airbyte_cdk.models import Type as MessageType
from airbyte_cdk.sources.file_based.config.file_based_stream_config import PrimaryKeyType
from airbyte_cdk.sources.file_based.exceptions import (
FileBasedSourceError,
DuplicatedFilesError,
FileBasedSourceError,
InvalidSchemaError,
MissingSchemaError,
RecordParseError,
Expand Down

0 comments on commit 8ee5ac3

Please sign in to comment.