Skip to content

Commit

Permalink
Limit imports
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 5, 2024
1 parent 2543c77 commit a45b0cb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@

if TYPE_CHECKING:
import requests
{%- if cookiecutter.auth_method in ("OAuth2", "JWT") %}
from singer_sdk.helpers.types import Auth, Context
{%- else %}
from singer_sdk.helpers.types import Context
{%- endif %}


# TODO: Delete this is if not using json files for schema definition
Expand Down

0 comments on commit a45b0cb

Please sign in to comment.