Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
girarda committed Nov 5, 2022
1 parent 003b860 commit 27150ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion airbyte-cdk/python/airbyte_cdk/sources/abstract_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
#

import logging
from abc import ABC, abstractmethod


from typing import Any, Dict, Iterator, List, Mapping, MutableMapping, Optional, \
Tuple, Union

Expand All @@ -29,6 +30,7 @@
from airbyte_cdk.utils.event_timing import create_timer
from airbyte_cdk.utils.traced_exception import AirbyteTracedException

from abc import ABC, abstractmethod

class AbstractSource(Source, ABC):
"""
Expand Down

0 comments on commit 27150ba

Please sign in to comment.