Skip to content

Commit

Permalink
Update cookiecutter
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 5, 2024
1 parent fab2410 commit 6901525
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
{%- endif %}
from typing import TYPE_CHECKING, Any, Callable, Iterable

import requests
{% if cookiecutter.auth_method == "API Key" -%}
from singer_sdk.authenticators import APIKeyAuthenticator
from singer_sdk.helpers.jsonpath import extract_jsonpath
Expand Down Expand Up @@ -47,6 +46,7 @@
import importlib_resources

if TYPE_CHECKING:
import requests
from singer_sdk.helpers.types import Auth, Context


Expand Down
2 changes: 2 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

RUFF_OVERRIDES = """\
extend = "./pyproject.toml"
[lint]
extend-ignore = ["TD002", "TD003", "FIX002"]
"""

Expand Down

0 comments on commit 6901525

Please sign in to comment.