Skip to content

Commit

Permalink
Async Retriever: fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Inzhyyants <artem.inzhyyants@gmail.com>
  • Loading branch information
artem1205 committed Dec 30, 2024
1 parent f68f29a commit 31c2b1a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import copy
import logging
from dataclasses import InitVar, dataclass
from typing import TYPE_CHECKING, Any, Iterable, List, Mapping, Optional, Union
from typing import TYPE_CHECKING, Any, Iterable, List, Mapping, MutableMapping, Optional, Union

import dpath

Expand Down Expand Up @@ -215,7 +215,7 @@ def _extract_extra_fields(
self,
parent_record: Mapping[str, Any] | AirbyteMessage,
extra_fields: Optional[List[List[str]]] = None,
) -> Mapping[str, Any]:
) -> MutableMapping[str, Any]:
"""
Extracts additional fields specified by their paths from the parent record.
Expand Down

0 comments on commit 31c2b1a

Please sign in to comment.