Skip to content

Commit

Permalink
fix snippets linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Nov 22, 2023
1 parent c3ddbaa commit a2bb35d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ def incremental_snippet() -> None:
@dlt.source(max_table_nesting=2)
def zendesk_support(
credentials: Dict[str, str] = dlt.secrets.value,
start_date: Optional[TAnyDateTime] = pendulum.datetime(
start_date: Optional[TAnyDateTime] = pendulum.datetime( # noqa: B008
year=2000, month=1, day=1
), # noqa: B008
),
end_date: Optional[TAnyDateTime] = None,
):
"""
Expand Down

0 comments on commit a2bb35d

Please sign in to comment.