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 Feb 5, 2025
1 parent 2a04f12 commit 4c18889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte_cdk/sources/file_based/stream/identities_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import traceback
from functools import cache
from typing import Any, Iterable, List, Mapping, MutableMapping, Optional, Dict
from typing import Any, Dict, Iterable, List, Mapping, MutableMapping, Optional

from airbyte_protocol_dataclasses.models import SyncMode

Expand Down

0 comments on commit 4c18889

Please sign in to comment.