Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 19, 2024
1 parent f6c9484 commit b185004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_github/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def logger(cls) -> logging.Logger:
allowed_values=["open", "closed", "all"],
),
),
descriptions="Setting specific to the 'milestones' stream."
descriptions="Setting specific to the 'milestones' stream.",
),
th.Property("start_date", th.DateTimeType),
th.Property("stream_maps", th.ObjectType()),
Expand Down

0 comments on commit b185004

Please sign in to comment.