Skip to content

Commit

Permalink
chore: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
aldogonzalez8 committed Nov 6, 2024
1 parent 7d25f66 commit 0e6732d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import tempfile
from datetime import datetime
from io import IOBase
from typing import Any, Iterable, List, Mapping, Optional, Dict
from typing import Any, Dict, Iterable, List, Mapping, Optional

import avro.io as ai
import avro.schema as avro_schema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import logging
from io import IOBase
from typing import Any, Iterable, List, Mapping, Optional, Dict, Set
from typing import Any, Dict, Iterable, List, Mapping, Optional, Set

import pytest
from airbyte_cdk.sources.file_based.config.abstract_file_based_spec import AbstractFileBasedSpec
Expand Down

0 comments on commit 0e6732d

Please sign in to comment.