Skip to content

Commit

Permalink
Airbyte CDK: fix mypy
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Inzhyyants <[email protected]>
  • Loading branch information
artem1205 committed Nov 13, 2024
1 parent c0ea647 commit eabac07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte_cdk/sources/declarative/decoders/json_decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
import codecs
import logging
from dataclasses import InitVar, dataclass, field
from dataclasses import InitVar, dataclass
from gzip import decompress
from typing import Any, Generator, Mapping, MutableMapping, List, Optional

Expand Down

0 comments on commit eabac07

Please sign in to comment.