Skip to content

Commit

Permalink
format source file
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm committed Mar 2, 2022
1 parent 4b038fc commit 216d99b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

from abc import ABC
from base64 import b64encode
from datetime import datetime
from typing import Any, Iterable, List, Mapping, MutableMapping, Optional, Tuple
from urllib.parse import urljoin
from datetime import datetime

import requests
from airbyte_cdk.sources import AbstractSource
Expand All @@ -15,6 +15,7 @@
from airbyte_cdk.sources.streams.http.auth import TokenAuthenticator
from airbyte_cdk.sources.streams.http.exceptions import RequestBodyException


# Basic full refresh stream
class ChartmogulStream(HttpStream, ABC):
url_base = "https://api.chartmogul.com"
Expand Down

0 comments on commit 216d99b

Please sign in to comment.